AWSEC2VolumeStatusAction
Objective-C
@interface AWSEC2VolumeStatusAction
Swift
class AWSEC2VolumeStatusAction
Describes a volume status operation code.
-
The code identifying the operation, for example,
enable-volume-io.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable code;Swift
var code: String? { get set } -
A description of the operation.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;Swift
var detail: String? { get set } -
The ID of the event associated with this operation.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable eventId;Swift
var eventId: String? { get set } -
The event type associated with this operation.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable eventType;Swift
var eventType: String? { get set }
View on GitHub
Install in Dash
AWSEC2VolumeStatusAction Class Reference