Class: Aws::Types::GenerateDataKeyRequest

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)


375
376
377
# File 'sig/types.rbs', line 375

def dry_run
  @dry_run
end

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

Returns the value of attribute encryption_context.

Returns:

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


370
371
372
# File 'sig/types.rbs', line 370

def encryption_context
  @encryption_context
end

#grant_tokens::Array[::String]

Returns the value of attribute grant_tokens.

Returns:

  • (::Array[::String])


373
374
375
# File 'sig/types.rbs', line 373

def grant_tokens
  @grant_tokens
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def key_id
  @key_id
end

#key_spec"AES_256", "AES_128"

Returns the value of attribute key_spec.

Returns:

  • ("AES_256", "AES_128")


372
373
374
# File 'sig/types.rbs', line 372

def key_spec
  @key_spec
end

#number_of_bytes::Integer

Returns the value of attribute number_of_bytes.

Returns:

  • (::Integer)


371
372
373
# File 'sig/types.rbs', line 371

def number_of_bytes
  @number_of_bytes
end

#recipientTypes::RecipientInfo

Returns the value of attribute recipient.



374
375
376
# File 'sig/types.rbs', line 374

def recipient
  @recipient
end