InstanceStatusEvent
public struct InstanceStatusEvent : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The event code.
Declaration
Swift
public let code: EventCode?
-
A description of the event. After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].
Declaration
Swift
public let description: String?
-
The ID of the event.
Declaration
Swift
public let instanceEventId: String?
-
The latest scheduled end time for the event.
Declaration
Swift
public let notAfter: TimeStamp?
-
The earliest scheduled start time for the event.
Declaration
Swift
public let notBefore: TimeStamp?
-
The deadline for starting the event.
Declaration
Swift
public let notBeforeDeadline: TimeStamp?