class Aws::LicenseManager::Types::CheckoutBorrowLicenseRequest

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

data as a hash:

    {
      license_arn: "Arn", # 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
        },
      ],
      digital_signature_method: "JWT_PS384", # required, accepts JWT_PS384
      node_id: "String",
      checkout_metadata: [
        {
          name: "String",
          value: "String",
        },
      ],
      client_token: "ClientToken", # required
    }

@!attribute [rw] license_arn

Amazon Resource Name (ARN) of the license. The license must use the
borrow consumption configuration.
@return [String]

@!attribute [rw] entitlements

License entitlements. Partial checkouts are not supported.
@return [Array<Types::EntitlementData>]

@!attribute [rw] digital_signature_method

Digital signature method. The possible value is JSON Web Signature
(JWS) algorithm PS384. For more information, see [RFC 7518 Digital
Signature with RSASSA-PSS][1].

[1]: https://tools.ietf.org/html/rfc7518#section-3.5
@return [String]

@!attribute [rw] node_id

Node ID.
@return [String]

@!attribute [rw] checkout_metadata

Information about constraints.
@return [Array<Types::Metadata>]

@!attribute [rw] client_token

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

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

Constants

SENSITIVE