Class: Aws::PaymentCryptographyData::Types::DecryptDataInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:cipher_text]

Instance Attribute Summary collapse

Instance Attribute Details

#cipher_textString

The ciphertext to decrypt.

Returns:

  • (String)


363
364
365
366
367
368
369
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 363

class DecryptDataInput < Struct.new(
  :cipher_text,
  :decryption_attributes,
  :key_identifier)
  SENSITIVE = [:cipher_text]
  include Aws::Structure
end

#decryption_attributesTypes::EncryptionDecryptionAttributes

The encryption key type and attributes for ciphertext decryption.



363
364
365
366
367
368
369
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 363

class DecryptDataInput < Struct.new(
  :cipher_text,
  :decryption_attributes,
  :key_identifier)
  SENSITIVE = [:cipher_text]
  include Aws::Structure
end

#key_identifierString

The keyARN of the encryption key that Amazon Web Services Payment Cryptography uses for ciphertext decryption.

Returns:

  • (String)


363
364
365
366
367
368
369
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 363

class DecryptDataInput < Struct.new(
  :cipher_text,
  :decryption_attributes,
  :key_identifier)
  SENSITIVE = [:cipher_text]
  include Aws::Structure
end