Class: Aws::Types::GenerateDataKeyPairRequest
- Inherits:
-
Object
- Object
- Aws::Types::GenerateDataKeyPairRequest
- 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.
-
#recipient ⇒ Types::RecipientInfo
Returns the value of attribute recipient.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
335 336 337 |
# File 'sig/types.rbs', line 335 def dry_run @dry_run end |
#encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute encryption_context.
330 331 332 |
# File 'sig/types.rbs', line 330 def encryption_context @encryption_context end |
#grant_tokens ⇒ ::Array[::String]
Returns the value of attribute grant_tokens.
333 334 335 |
# File 'sig/types.rbs', line 333 def grant_tokens @grant_tokens end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
331 332 333 |
# File 'sig/types.rbs', line 331 def key_id @key_id end |
#key_pair_spec ⇒ "RSA_2048", ...
Returns the value of attribute key_pair_spec.
332 333 334 |
# File 'sig/types.rbs', line 332 def key_pair_spec @key_pair_spec end |
#recipient ⇒ Types::RecipientInfo
Returns the value of attribute recipient.
334 335 336 |
# File 'sig/types.rbs', line 334 def recipient @recipient end |