Class: Aws::Types::GenerateDataKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::GenerateDataKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute encryption_context.
-
#grant_tokens ⇒ ::Array[::String]
Returns the value of attribute grant_tokens.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#key_spec ⇒ "AES_256", "AES_128"
Returns the value of attribute key_spec.
-
#number_of_bytes ⇒ ::Integer
Returns the value of attribute number_of_bytes.
-
#recipient ⇒ Types::RecipientInfo
Returns the value of attribute recipient.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
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.
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.
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.
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.
371 372 373 |
# File 'sig/types.rbs', line 371 def number_of_bytes @number_of_bytes end |
#recipient ⇒ Types::RecipientInfo
Returns the value of attribute recipient.
374 375 376 |
# File 'sig/types.rbs', line 374 def recipient @recipient end |