GetConnectionStatusResponse
public struct GetConnectionStatusResponse : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The status of the connection to the instance. For example, ‘Connected’ or ‘Not Connected’. DeclarationSwift public let status: ConnectionStatus?
- 
                  
                  The ID of the instance to check connection status. DeclarationSwift public let target: String?
- 
                  
                  Undocumented DeclarationSwift public init(status: ConnectionStatus? = nil, target: String? = nil)
 View on GitHub
View on GitHub GetConnectionStatusResponse Structure Reference
        GetConnectionStatusResponse Structure Reference