EncryptResponse
public struct EncryptResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The encrypted plaintext. 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 encrypt the plaintext.
Declaration
Swift
public let encryptionAlgorithm: EncryptionAlgorithmSpec?
-
The Amazon Resource Name (key ARN) of the CMK that was used to encrypt the plaintext.
Declaration
Swift
public let keyId: String?
-
Undocumented
Declaration
Swift
public init(ciphertextBlob: Data? = nil, encryptionAlgorithm: EncryptionAlgorithmSpec? = nil, keyId: String? = nil)