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