AWSEC2AttributeValue
Objective-C
@interface AWSEC2AttributeValue
Swift
class AWSEC2AttributeValue
Describes a value for a resource attribute that is a String.
-
The attribute value. The value is case-sensitive.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable value;
Swift
var value: String? { get set }