Class: Aws::LicenseManager::Types::CheckoutLicenseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CheckoutLicenseResponse
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#checkout_type ⇒ String
Checkout type.
-
#entitlements_allowed ⇒ Array<Types::EntitlementData>
Allowed license entitlements.
-
#expiration ⇒ String
Date and time at which the license checkout expires.
-
#issued_at ⇒ String
Date and time at which the license checkout is issued.
-
#license_consumption_token ⇒ String
License consumption token.
-
#node_id ⇒ String
Node ID.
-
#signed_token ⇒ String
Signed token.
Instance Attribute Details
#checkout_type ⇒ String
Checkout type.
358 359 360 361 362 363 364 365 366 367 368 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 358 class CheckoutLicenseResponse < Struct.new( :checkout_type, :license_consumption_token, :entitlements_allowed, :signed_token, :node_id, :issued_at, :expiration) SENSITIVE = [] include Aws::Structure end |
#entitlements_allowed ⇒ Array<Types::EntitlementData>
Allowed license entitlements.
358 359 360 361 362 363 364 365 366 367 368 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 358 class CheckoutLicenseResponse < Struct.new( :checkout_type, :license_consumption_token, :entitlements_allowed, :signed_token, :node_id, :issued_at, :expiration) SENSITIVE = [] include Aws::Structure end |
#expiration ⇒ String
Date and time at which the license checkout expires.
358 359 360 361 362 363 364 365 366 367 368 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 358 class CheckoutLicenseResponse < Struct.new( :checkout_type, :license_consumption_token, :entitlements_allowed, :signed_token, :node_id, :issued_at, :expiration) SENSITIVE = [] include Aws::Structure end |
#issued_at ⇒ String
Date and time at which the license checkout is issued.
358 359 360 361 362 363 364 365 366 367 368 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 358 class CheckoutLicenseResponse < Struct.new( :checkout_type, :license_consumption_token, :entitlements_allowed, :signed_token, :node_id, :issued_at, :expiration) SENSITIVE = [] include Aws::Structure end |
#license_consumption_token ⇒ String
License consumption token.
358 359 360 361 362 363 364 365 366 367 368 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 358 class CheckoutLicenseResponse < Struct.new( :checkout_type, :license_consumption_token, :entitlements_allowed, :signed_token, :node_id, :issued_at, :expiration) SENSITIVE = [] include Aws::Structure end |
#node_id ⇒ String
Node ID.
358 359 360 361 362 363 364 365 366 367 368 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 358 class CheckoutLicenseResponse < Struct.new( :checkout_type, :license_consumption_token, :entitlements_allowed, :signed_token, :node_id, :issued_at, :expiration) SENSITIVE = [] include Aws::Structure end |
#signed_token ⇒ String
Signed token.
358 359 360 361 362 363 364 365 366 367 368 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 358 class CheckoutLicenseResponse < Struct.new( :checkout_type, :license_consumption_token, :entitlements_allowed, :signed_token, :node_id, :issued_at, :expiration) SENSITIVE = [] include Aws::Structure end |