Class: Aws::LicenseManager::Types::CheckInLicenseRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#beneficiaryString

License beneficiary.

Returns:

  • (String)


117
118
119
120
121
122
# File 'lib/aws-sdk-licensemanager/types.rb', line 117

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

#license_consumption_tokenString

License consumption token.

Returns:

  • (String)


117
118
119
120
121
122
# File 'lib/aws-sdk-licensemanager/types.rb', line 117

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