Class: Aws::LicenseManager::Types::CheckInLicenseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CheckInLicenseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
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.
155 156 157 158 159 160 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 155 class CheckInLicenseRequest < Struct.new( :license_consumption_token, :beneficiary) SENSITIVE = [] include Aws::Structure end |
#license_consumption_token ⇒ String
License consumption token.
155 156 157 158 159 160 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 155 class CheckInLicenseRequest < Struct.new( :license_consumption_token, :beneficiary) SENSITIVE = [] include Aws::Structure end |