Class: Aws::Types::DisableCapacityManagerRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisableCapacityManagerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
8085 8086 8087 |
# File 'sig/types.rbs', line 8085 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8084 8085 8086 |
# File 'sig/types.rbs', line 8084 def dry_run @dry_run end |