GenerateDataKeyPairWithoutPlaintextResponse
public struct GenerateDataKeyPairWithoutPlaintextResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (key ARN) of the CMK that encrypted the private key.
Declaration
Swift
public let keyId: String?
-
The type of data key pair that was generated.
Declaration
Swift
public let keyPairSpec: DataKeyPairSpec?
-
The encrypted copy of the private key. When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.
Declaration
Swift
public let privateKeyCiphertextBlob: Data?
-
The public key (in plaintext).
Declaration
Swift
public let publicKey: Data?
-
Undocumented
Declaration
Swift
public init(keyId: String? = nil, keyPairSpec: DataKeyPairSpec? = nil, privateKeyCiphertextBlob: Data? = nil, publicKey: Data? = nil)