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.
13308 13309 13310 |
# File 'sig/types.rbs', line 13308 def dry_run @dry_run end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
13307 13308 13309 |
# File 'sig/types.rbs', line 13307 def kms_key_id @kms_key_id end |