AWSEC2AccountAttribute
Objective-C
@interface AWSEC2AccountAttribute
Swift
class AWSEC2AccountAttribute
Describes an account attribute.
-
The name of the account attribute.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable attributeName;Swift
var attributeName: String? { get set } -
The values for the account attribute.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2AccountAttributeValue *> *_Nullable attributeValues;Swift
var attributeValues: [AWSEC2AccountAttributeValue]? { get set }
View on GitHub
Install in Dash
AWSEC2AccountAttribute Class Reference