AWSEC2VolumeStatusInfo
Objective-C
@interface AWSEC2VolumeStatusInfo
Swift
class AWSEC2VolumeStatusInfo
Describes the status of a volume.
-
The details of the volume status.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2VolumeStatusDetails *> *_Nullable details;
Swift
var details: [AWSEC2VolumeStatusDetails]? { get set }
-
The status of the volume.
Declaration
Objective-C
@property (nonatomic) AWSEC2VolumeStatusInfoStatus status;
Swift
var status: AWSEC2VolumeStatusInfoStatus { get set }