SendSSHPublicKeyResponse
public struct SendSSHPublicKeyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The request ID as logged by EC2 Connect. Please provide this when contacting AWS Support.
Declaration
Swift
public let requestId: String? -
Indicates request success.
Declaration
Swift
public let success: Bool? -
Undocumented
Declaration
Swift
public init(requestId: String? = nil, success: Bool? = nil)
View on GitHub
SendSSHPublicKeyResponse Structure Reference