Class: Aws::Types::DecryptResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:plaintext])

Instance Attribute Summary collapse

Instance Attribute Details

#ciphertext_for_recipient::String

Returns the value of attribute ciphertext_for_recipient.

Returns:

  • (::String)


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:

  • ("SYMMETRIC_DEFAULT", "RSAES_OAEP_SHA_1", "RSAES_OAEP_SHA_256", "SM2PKE")


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:

  • (::String)


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:

  • (::String)


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:

  • (::String)


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

def plaintext
  @plaintext
end