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
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.
117 118 119 120 121 122 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 117 class CheckInLicenseRequest < Struct.new( :license_consumption_token, :beneficiary) SENSITIVE = [] include Aws::Structure end |
#license_consumption_token ⇒ String
License consumption token.
117 118 119 120 121 122 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 117 class CheckInLicenseRequest < Struct.new( :license_consumption_token, :beneficiary) SENSITIVE = [] include Aws::Structure end |