Class: Aws::LicenseManager::Types::CheckInLicenseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CheckInLicenseRequest
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Note:
When making an API call, you may pass CheckInLicenseRequest data as a hash:
{
license_consumption_token: "String", # required
beneficiary: "String",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#beneficiary ⇒ String
License beneficiary.
-
#license_consumption_token ⇒ String
License consumption token.
Instance Attribute Details
#beneficiary ⇒ String
License beneficiary.
140 141 142 143 144 145 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 140 class CheckInLicenseRequest < Struct.new( :license_consumption_token, :beneficiary) SENSITIVE = [] include Aws::Structure end |
#license_consumption_token ⇒ String
License consumption token.
140 141 142 143 144 145 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 140 class CheckInLicenseRequest < Struct.new( :license_consumption_token, :beneficiary) SENSITIVE = [] include Aws::Structure end |