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 }