KeyPair
public struct KeyPair : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The private key.
Declaration
Swift
public let privateKey: String? -
The public key.
Declaration
Swift
public let publicKey: String? -
Undocumented
Declaration
Swift
public init(privateKey: String? = nil, publicKey: String? = nil)
View on GitHub
KeyPair Structure Reference