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