Class: Aws::Types::GenerateRandomRequest
- Inherits:
-
Object
- Object
- Aws::Types::GenerateRandomRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_key_store_id ⇒ ::String
Returns the value of attribute custom_key_store_id.
-
#number_of_bytes ⇒ ::Integer
Returns the value of attribute number_of_bytes.
-
#recipient ⇒ Types::RecipientInfo
Returns the value of attribute recipient.
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 |
#recipient ⇒ Types::RecipientInfo
Returns the value of attribute recipient.
424 425 426 |
# File 'sig/types.rbs', line 424 def recipient @recipient end |