Class: Aws::Types::DecryptDataInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:cipher_text])

Instance Attribute Summary collapse

Instance Attribute Details

#cipher_text::String

Returns the value of attribute cipher_text.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def cipher_text
  @cipher_text
end

#decryption_attributesTypes::EncryptionDecryptionAttributes

Returns the value of attribute decryption_attributes.



175
176
177
# File 'sig/types.rbs', line 175

def decryption_attributes
  @decryption_attributes
end

#key_identifier::String

Returns the value of attribute key_identifier.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def key_identifier
  @key_identifier
end

#wrapped_keyTypes::WrappedKey

Returns the value of attribute wrapped_key.

Returns:



176
177
178
# File 'sig/types.rbs', line 176

def wrapped_key
  @wrapped_key
end