Class: Aws::Types::ExtendLicenseConsumptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::ExtendLicenseConsumptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#license_consumption_token ⇒ ::String
Returns the value of attribute license_consumption_token.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
422 423 424 |
# File 'sig/types.rbs', line 422 def dry_run @dry_run end |
#license_consumption_token ⇒ ::String
Returns the value of attribute license_consumption_token.
421 422 423 |
# File 'sig/types.rbs', line 421 def license_consumption_token @license_consumption_token end |