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