VolumeStatusEvent
public struct VolumeStatusEvent : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A description of the event.
Declaration
Swift
public let description: String? -
The ID of this event.
Declaration
Swift
public let eventId: String? -
The type of this event.
Declaration
Swift
public let eventType: String? -
The ID of the instance associated with the event.
Declaration
Swift
public let instanceId: String? -
The latest end time of the event.
Declaration
Swift
public let notAfter: TimeStamp? -
The earliest start time of the event.
Declaration
Swift
public let notBefore: TimeStamp?
View on GitHub
VolumeStatusEvent Structure Reference