ReEncryptResponse
public struct ReEncryptResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The reencrypted data. 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 ciphertextBlob: Data?
-
The encryption algorithm that was used to reencrypt the data.
Declaration
Swift
public let destinationEncryptionAlgorithm: EncryptionAlgorithmSpec?
-
The Amazon Resource Name (key ARN) of the CMK that was used to reencrypt the data.
Declaration
Swift
public let keyId: String?
-
The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted.
Declaration
Swift
public let sourceEncryptionAlgorithm: EncryptionAlgorithmSpec?
-
Unique identifier of the CMK used to originally encrypt the data.
Declaration
Swift
public let sourceKeyId: String?
-
Undocumented
Declaration
Swift
public init(ciphertextBlob: Data? = nil, destinationEncryptionAlgorithm: EncryptionAlgorithmSpec? = nil, keyId: String? = nil, sourceEncryptionAlgorithm: EncryptionAlgorithmSpec? = nil, sourceKeyId: String? = nil)