Class: Aws::Types::GenerateDataKeyWithoutPlaintextRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


394
395
396
# File 'sig/types.rbs', line 394

def dry_run
  @dry_run
end

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

Returns the value of attribute encryption_context.

Returns:

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


390
391
392
# File 'sig/types.rbs', line 390

def encryption_context
  @encryption_context
end

#grant_tokens::Array[::String]

Returns the value of attribute grant_tokens.

Returns:

  • (::Array[::String])


393
394
395
# File 'sig/types.rbs', line 393

def grant_tokens
  @grant_tokens
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def key_id
  @key_id
end

#key_spec"AES_256", "AES_128"

Returns the value of attribute key_spec.

Returns:

  • ("AES_256", "AES_128")


391
392
393
# File 'sig/types.rbs', line 391

def key_spec
  @key_spec
end

#number_of_bytes::Integer

Returns the value of attribute number_of_bytes.

Returns:

  • (::Integer)


392
393
394
# File 'sig/types.rbs', line 392

def number_of_bytes
  @number_of_bytes
end