Class: Aws::Types::InputDecryptionSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#decryption_mode"AES_CTR", ...

Returns the value of attribute decryption_mode.

Returns:

  • ("AES_CTR", "AES_CBC", "AES_GCM")


1389
1390
1391
# File 'sig/types.rbs', line 1389

def decryption_mode
  @decryption_mode
end

#encrypted_decryption_key::String

Returns the value of attribute encrypted_decryption_key.

Returns:

  • (::String)


1390
1391
1392
# File 'sig/types.rbs', line 1390

def encrypted_decryption_key
  @encrypted_decryption_key
end

#initialization_vector::String

Returns the value of attribute initialization_vector.

Returns:

  • (::String)


1391
1392
1393
# File 'sig/types.rbs', line 1391

def initialization_vector
  @initialization_vector
end

#kms_key_region::String

Returns the value of attribute kms_key_region.

Returns:

  • (::String)


1392
1393
1394
# File 'sig/types.rbs', line 1392

def kms_key_region
  @kms_key_region
end