Class: Aws::LicenseManager::Types::ExtendLicenseConsumptionRequest

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

#dry_runBoolean

Checks whether you have the required permissions for the action, without actually making the request. Provides an error response if you do not have the required permissions.

Returns:

  • (Boolean)


1211
1212
1213
1214
1215
1216
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1211

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

#license_consumption_tokenString

License consumption token.

Returns:

  • (String)


1211
1212
1213
1214
1215
1216
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1211

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