Class: Aws::Types::EncryptRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:plaintext])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


313
314
315
# File 'sig/types.rbs', line 313

def dry_run
  @dry_run
end

#encryption_algorithm"SYMMETRIC_DEFAULT", ...

Returns the value of attribute encryption_algorithm.

Returns:

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


312
313
314
# File 'sig/types.rbs', line 312

def encryption_algorithm
  @encryption_algorithm
end

#encryption_context::Hash[::String, ::String]

Returns the value of attribute encryption_context.

Returns:

  • (::Hash[::String, ::String])


310
311
312
# File 'sig/types.rbs', line 310

def encryption_context
  @encryption_context
end

#grant_tokens::Array[::String]

Returns the value of attribute grant_tokens.

Returns:

  • (::Array[::String])


311
312
313
# File 'sig/types.rbs', line 311

def grant_tokens
  @grant_tokens
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def key_id
  @key_id
end

#plaintext::String

Returns the value of attribute plaintext.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def plaintext
  @plaintext
end