AWSEC2DescribeVolumeAttributeResult
Objective-C
@interface AWSEC2DescribeVolumeAttributeResult
Swift
class AWSEC2DescribeVolumeAttributeResult
-
The state of
autoEnableIO
attribute.Declaration
Objective-C
@property (nonatomic, strong) AWSEC2AttributeBooleanValue *_Nullable autoEnableIO;
Swift
var autoEnableIO: AWSEC2AttributeBooleanValue? { get set }
-
A list of product codes.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2ProductCode *> *_Nullable productCodes;
Swift
var productCodes: [AWSEC2ProductCode]? { get set }
-
The ID of the volume.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable volumeId;
Swift
var volumeId: String? { get set }