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