AWSEC2VolumeStatusEvent
Objective-C
@interface AWSEC2VolumeStatusEvent
Swift
class AWSEC2VolumeStatusEvent
Describes a volume status event.
-
A description of the event.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
The ID of this event.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable eventId;
Swift
var eventId: String? { get set }
-
The type of this event.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable eventType;
Swift
var eventType: String? { get set }
-
The ID of the instance associated with the event.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }
-
The latest end time of the event.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable notAfter;
Swift
var notAfter: Date? { get set }
-
The earliest start time of the event.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable notBefore;
Swift
var notBefore: Date? { get set }