Class: Aws::Types::GenerateRandomRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#custom_key_store_id::String

Returns the value of attribute custom_key_store_id.



423
424
425
# File 'sig/types.rbs', line 423

def custom_key_store_id
  @custom_key_store_id
end

#number_of_bytes::Integer

Returns the value of attribute number_of_bytes.



422
423
424
# File 'sig/types.rbs', line 422

def number_of_bytes
  @number_of_bytes
end

#recipientTypes::RecipientInfo

Returns the value of attribute recipient.



424
425
426
# File 'sig/types.rbs', line 424

def recipient
  @recipient
end