InstanceStatus
public struct InstanceStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The current state of the instance.
Declaration
Swift
public let state: InstanceState? -
The details of the status change reason for the instance.
Declaration
Swift
public let stateChangeReason: InstanceStateChangeReason? -
The timeline of the instance status over time.
Declaration
Swift
public let timeline: InstanceTimeline? -
Undocumented
Declaration
Swift
public init(state: InstanceState? = nil, stateChangeReason: InstanceStateChangeReason? = nil, timeline: InstanceTimeline? = nil)
View on GitHub
InstanceStatus Structure Reference