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.
13926 13927 13928 |
# File 'sig/types.rbs', line 13926 def dry_run @dry_run end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
13925 13926 13927 |
# File 'sig/types.rbs', line 13925 def kms_key_id @kms_key_id end |