AWSEC2AccountAttributeValue
Objective-C
@interface AWSEC2AccountAttributeValue
Swift
class AWSEC2AccountAttributeValue
Describes a value of an account attribute.
-
The value of the attribute.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable attributeValue;Swift
var attributeValue: String? { get set }
View on GitHub
Install in Dash
AWSEC2AccountAttributeValue Class Reference