Class: Aws::LicenseManager::Types::CheckoutLicenseRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#beneficiaryString

License beneficiary.

Returns:

  • (String)


251
252
253
254
255
256
257
258
259
260
261
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 251

class CheckoutLicenseRequest < Struct.new(
  :product_sku,
  :checkout_type,
  :key_fingerprint,
  :entitlements,
  :client_token,
  :beneficiary,
  :node_id)
  SENSITIVE = []
  include Aws::Structure
end

#checkout_typeString

Checkout type.

Returns:

  • (String)


251
252
253
254
255
256
257
258
259
260
261
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 251

class CheckoutLicenseRequest < Struct.new(
  :product_sku,
  :checkout_type,
  :key_fingerprint,
  :entitlements,
  :client_token,
  :beneficiary,
  :node_id)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Returns:

  • (String)


251
252
253
254
255
256
257
258
259
260
261
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 251

class CheckoutLicenseRequest < Struct.new(
  :product_sku,
  :checkout_type,
  :key_fingerprint,
  :entitlements,
  :client_token,
  :beneficiary,
  :node_id)
  SENSITIVE = []
  include Aws::Structure
end

#entitlementsArray<Types::EntitlementData>

License entitlements.

Returns:



251
252
253
254
255
256
257
258
259
260
261
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 251

class CheckoutLicenseRequest < Struct.new(
  :product_sku,
  :checkout_type,
  :key_fingerprint,
  :entitlements,
  :client_token,
  :beneficiary,
  :node_id)
  SENSITIVE = []
  include Aws::Structure
end

#key_fingerprintString

Key fingerprint identifying the license.

Returns:

  • (String)


251
252
253
254
255
256
257
258
259
260
261
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 251

class CheckoutLicenseRequest < Struct.new(
  :product_sku,
  :checkout_type,
  :key_fingerprint,
  :entitlements,
  :client_token,
  :beneficiary,
  :node_id)
  SENSITIVE = []
  include Aws::Structure
end

#node_idString

Node ID.

Returns:

  • (String)


251
252
253
254
255
256
257
258
259
260
261
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 251

class CheckoutLicenseRequest < Struct.new(
  :product_sku,
  :checkout_type,
  :key_fingerprint,
  :entitlements,
  :client_token,
  :beneficiary,
  :node_id)
  SENSITIVE = []
  include Aws::Structure
end

#product_skuString

Product SKU.

Returns:

  • (String)


251
252
253
254
255
256
257
258
259
260
261
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 251

class CheckoutLicenseRequest < Struct.new(
  :product_sku,
  :checkout_type,
  :key_fingerprint,
  :entitlements,
  :client_token,
  :beneficiary,
  :node_id)
  SENSITIVE = []
  include Aws::Structure
end