Class: Aws::LicenseManager::Types::ExtendLicenseConsumptionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expirationString

Date and time at which the license consumption expires.

Returns:

  • (String)


1228
1229
1230
1231
1232
1233
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1228

class ExtendLicenseConsumptionResponse < Struct.new(
  :license_consumption_token,
  :expiration)
  SENSITIVE = []
  include Aws::Structure
end

#license_consumption_tokenString

License consumption token.

Returns:

  • (String)


1228
1229
1230
1231
1232
1233
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1228

class ExtendLicenseConsumptionResponse < Struct.new(
  :license_consumption_token,
  :expiration)
  SENSITIVE = []
  include Aws::Structure
end