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")


1410
1411
1412
# File 'sig/types.rbs', line 1410

def decryption_mode
  @decryption_mode
end

#encrypted_decryption_key::String

Returns the value of attribute encrypted_decryption_key.

Returns:

  • (::String)


1411
1412
1413
# File 'sig/types.rbs', line 1411

def encrypted_decryption_key
  @encrypted_decryption_key
end

#initialization_vector::String

Returns the value of attribute initialization_vector.

Returns:

  • (::String)


1412
1413
1414
# File 'sig/types.rbs', line 1412

def initialization_vector
  @initialization_vector
end

#kms_key_region::String

Returns the value of attribute kms_key_region.

Returns:

  • (::String)


1413
1414
1415
# File 'sig/types.rbs', line 1413

def kms_key_region
  @kms_key_region
end