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)


289
290
291
292
293
294
295
296
297
298
299
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 289

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)


289
290
291
292
293
294
295
296
297
298
299
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 289

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)


289
290
291
292
293
294
295
296
297
298
299
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 289

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:



289
290
291
292
293
294
295
296
297
298
299
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 289

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)


289
290
291
292
293
294
295
296
297
298
299
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 289

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)


289
290
291
292
293
294
295
296
297
298
299
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 289

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)


289
290
291
292
293
294
295
296
297
298
299
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 289

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