Class: Aws::Types::GenerateDataKeyPairWithoutPlaintextRequest
- Inherits:
-
Object
- Object
- Aws::Types::GenerateDataKeyPairWithoutPlaintextRequest
- 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_pair_spec ⇒ "RSA_2048", ...
Returns the value of attribute key_pair_spec.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
355 356 357 |
# File 'sig/types.rbs', line 355 def dry_run @dry_run end |
#encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute encryption_context.
351 352 353 |
# File 'sig/types.rbs', line 351 def encryption_context @encryption_context end |
#grant_tokens ⇒ ::Array[::String]
Returns the value of attribute grant_tokens.
354 355 356 |
# File 'sig/types.rbs', line 354 def grant_tokens @grant_tokens end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
352 353 354 |
# File 'sig/types.rbs', line 352 def key_id @key_id end |
#key_pair_spec ⇒ "RSA_2048", ...
Returns the value of attribute key_pair_spec.
353 354 355 |
# File 'sig/types.rbs', line 353 def key_pair_spec @key_pair_spec end |