Class: Aws::Types::GenerateDataKeyWithoutPlaintextRequest
- Inherits:
-
Object
- Object
- Aws::Types::GenerateDataKeyWithoutPlaintextRequest
- 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.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
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.
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.
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.
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.
392 393 394 |
# File 'sig/types.rbs', line 392 def number_of_bytes @number_of_bytes end |