Class: Aws::LicenseManager::Types::ExtendLicenseConsumptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ExtendLicenseConsumptionRequest
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Note:
When making an API call, you may pass ExtendLicenseConsumptionRequest data as a hash:
{
license_consumption_token: "String", # required
dry_run: false,
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without actually making the request.
-
#license_consumption_token ⇒ String
License consumption token.
Instance Attribute Details
#dry_run ⇒ Boolean
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.
1351 1352 1353 1354 1355 1356 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1351 class ExtendLicenseConsumptionRequest < Struct.new( :license_consumption_token, :dry_run) SENSITIVE = [] include Aws::Structure end |
#license_consumption_token ⇒ String
License consumption token.
1351 1352 1353 1354 1355 1356 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1351 class ExtendLicenseConsumptionRequest < Struct.new( :license_consumption_token, :dry_run) SENSITIVE = [] include Aws::Structure end |