DecryptResponse
public struct DecryptResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The encryption algorithm that was used to decrypt the ciphertext.
Declaration
Swift
public let encryptionAlgorithm: EncryptionAlgorithmSpec? -
The Amazon Resource Name (key ARN) of the CMK that was used to decrypt the ciphertext.
Declaration
Swift
public let keyId: String? -
Decrypted plaintext 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 plaintext: Data? -
Undocumented
Declaration
Swift
public init(encryptionAlgorithm: EncryptionAlgorithmSpec? = nil, keyId: String? = nil, plaintext: Data? = nil)
View on GitHub
DecryptResponse Structure Reference