Class: Aws::Types::ExtendLicenseConsumptionResponse
- Inherits:
-
Object
- Object
- Aws::Types::ExtendLicenseConsumptionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expiration ⇒ ::String
Returns the value of attribute expiration.
-
#license_consumption_token ⇒ ::String
Returns the value of attribute license_consumption_token.
Instance Attribute Details
#expiration ⇒ ::String
Returns the value of attribute expiration.
428 429 430 |
# File 'sig/types.rbs', line 428 def expiration @expiration end |
#license_consumption_token ⇒ ::String
Returns the value of attribute license_consumption_token.
427 428 429 |
# File 'sig/types.rbs', line 427 def license_consumption_token @license_consumption_token end |