Class: Aws::LicenseManager::Types::CheckoutBorrowLicenseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CheckoutBorrowLicenseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#checkout_metadata ⇒ Array<Types::Metadata>
Information about constraints.
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#digital_signature_method ⇒ String
Digital signature method.
-
#entitlements ⇒ Array<Types::EntitlementData>
License entitlements.
-
#license_arn ⇒ String
Amazon Resource Name (ARN) of the license.
-
#node_id ⇒ String
Node ID.
Instance Attribute Details
#checkout_metadata ⇒ Array<Types::Metadata>
Information about constraints.
162 163 164 165 166 167 168 169 170 171 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 162 class CheckoutBorrowLicenseRequest < Struct.new( :license_arn, :entitlements, :digital_signature_method, :node_id, :checkout_metadata, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
162 163 164 165 166 167 168 169 170 171 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 162 class CheckoutBorrowLicenseRequest < Struct.new( :license_arn, :entitlements, :digital_signature_method, :node_id, :checkout_metadata, :client_token) SENSITIVE = [] include Aws::Structure end |
#digital_signature_method ⇒ String
Digital signature method. The possible value is JSON Web Signature (JWS) algorithm PS384. For more information, see [RFC 7518 Digital Signature with RSASSA-PSS].
162 163 164 165 166 167 168 169 170 171 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 162 class CheckoutBorrowLicenseRequest < Struct.new( :license_arn, :entitlements, :digital_signature_method, :node_id, :checkout_metadata, :client_token) SENSITIVE = [] include Aws::Structure end |
#entitlements ⇒ Array<Types::EntitlementData>
License entitlements. Partial checkouts are not supported.
162 163 164 165 166 167 168 169 170 171 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 162 class CheckoutBorrowLicenseRequest < Struct.new( :license_arn, :entitlements, :digital_signature_method, :node_id, :checkout_metadata, :client_token) SENSITIVE = [] include Aws::Structure end |
#license_arn ⇒ String
Amazon Resource Name (ARN) of the license. The license must use the borrow consumption configuration.
162 163 164 165 166 167 168 169 170 171 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 162 class CheckoutBorrowLicenseRequest < Struct.new( :license_arn, :entitlements, :digital_signature_method, :node_id, :checkout_metadata, :client_token) SENSITIVE = [] include Aws::Structure end |
#node_id ⇒ String
Node ID.
162 163 164 165 166 167 168 169 170 171 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 162 class CheckoutBorrowLicenseRequest < Struct.new( :license_arn, :entitlements, :digital_signature_method, :node_id, :checkout_metadata, :client_token) SENSITIVE = [] include Aws::Structure end |