DownloadDefaultKeyPairResult
public struct DownloadDefaultKeyPairResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A base64-encoded RSA private key.
Declaration
Swift
public let privateKeyBase64: String?
-
A base64-encoded public key of the ssh-rsa type.
Declaration
Swift
public let publicKeyBase64: String?
-
Undocumented
Declaration
Swift
public init(privateKeyBase64: String? = nil, publicKeyBase64: String? = nil)