Class: Aws::Types::DecryptResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#ciphertext_for_recipient::String

Returns the value of attribute ciphertext_for_recipient.

Returns:



188
189
190
# File 'sig/types.rbs', line 188

def ciphertext_for_recipient
  @ciphertext_for_recipient
end

#encryption_algorithm"SYMMETRIC_DEFAULT", ...

Returns the value of attribute encryption_algorithm.

Returns:



187
188
189
# File 'sig/types.rbs', line 187

def encryption_algorithm
  @encryption_algorithm
end

#key_id::String

Returns the value of attribute key_id.

Returns:



185
186
187
# File 'sig/types.rbs', line 185

def key_id
  @key_id
end

#key_material_id::String

Returns the value of attribute key_material_id.

Returns:



189
190
191
# File 'sig/types.rbs', line 189

def key_material_id
  @key_material_id
end

#plaintext::String

Returns the value of attribute plaintext.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def plaintext
  @plaintext
end