Class: Aws::Types::ModifyEbsDefaultKmsKeyIdRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyEbsDefaultKmsKeyIdRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13605 13606 13607 |
# File 'sig/types.rbs', line 13605 def dry_run @dry_run end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
13604 13605 13606 |
# File 'sig/types.rbs', line 13604 def kms_key_id @kms_key_id end |