class Aws::LicenseManager::Types::CheckoutLicenseRequest

@note When making an API call, you may pass CheckoutLicenseRequest

data as a hash:

    {
      product_sku: "String", # required
      checkout_type: "PROVISIONAL", # required, accepts PROVISIONAL, PERPETUAL
      key_fingerprint: "String", # required
      entitlements: [ # required
        {
          name: "String", # required
          value: "String",
          unit: "Count", # required, accepts Count, None, Seconds, Microseconds, Milliseconds, Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Bits, Kilobits, Megabits, Gigabits, Terabits, Percent, Bytes/Second, Kilobytes/Second, Megabytes/Second, Gigabytes/Second, Terabytes/Second, Bits/Second, Kilobits/Second, Megabits/Second, Gigabits/Second, Terabits/Second, Count/Second
        },
      ],
      client_token: "ClientToken", # required
      beneficiary: "String",
      node_id: "String",
    }

@!attribute [rw] product_sku

Product SKU.
@return [String]

@!attribute [rw] checkout_type

Checkout type.
@return [String]

@!attribute [rw] key_fingerprint

Key fingerprint identifying the license.
@return [String]

@!attribute [rw] entitlements

License entitlements.
@return [Array<Types::EntitlementData>]

@!attribute [rw] client_token

Unique, case-sensitive identifier that you provide to ensure the
idempotency of the request.
@return [String]

@!attribute [rw] beneficiary

License beneficiary.
@return [String]

@!attribute [rw] node_id

Node ID.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/CheckoutLicenseRequest AWS API Documentation

Constants

SENSITIVE