Class: Aws::Types::EncryptResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ciphertext_blob::String

Returns the value of attribute ciphertext_blob.

Returns:

  • (::String)


318
319
320
# File 'sig/types.rbs', line 318

def ciphertext_blob
  @ciphertext_blob
end

#encryption_algorithm"SYMMETRIC_DEFAULT", ...

Returns the value of attribute encryption_algorithm.

Returns:

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


320
321
322
# File 'sig/types.rbs', line 320

def encryption_algorithm
  @encryption_algorithm
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def key_id
  @key_id
end