Class: Aws::LicenseManager::Types::ExtendLicenseConsumptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ExtendLicenseConsumptionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expiration ⇒ String
Date and time at which the license consumption expires.
-
#license_consumption_token ⇒ String
License consumption token.
Instance Attribute Details
#expiration ⇒ String
Date and time at which the license consumption expires.
1228 1229 1230 1231 1232 1233 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1228 class ExtendLicenseConsumptionResponse < Struct.new( :license_consumption_token, :expiration) SENSITIVE = [] include Aws::Structure end |
#license_consumption_token ⇒ String
License consumption token.
1228 1229 1230 1231 1232 1233 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1228 class ExtendLicenseConsumptionResponse < Struct.new( :license_consumption_token, :expiration) SENSITIVE = [] include Aws::Structure end |