Class: Aws::LicenseManager::Types::CheckoutLicenseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CheckoutLicenseResponse
- Includes:
- Structure
- Defined in:
- 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_arn ⇒ String
Amazon Resource Name (ARN) of the checkout license.
-
#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.
297 298 299 300 301 302 303 304 305 306 307 308 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 297 class CheckoutLicenseResponse < Struct.new( :checkout_type, :license_consumption_token, :entitlements_allowed, :signed_token, :node_id, :issued_at, :expiration, :license_arn) SENSITIVE = [] include Aws::Structure end |
#entitlements_allowed ⇒ Array<Types::EntitlementData>
Allowed license entitlements.
297 298 299 300 301 302 303 304 305 306 307 308 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 297 class CheckoutLicenseResponse < Struct.new( :checkout_type, :license_consumption_token, :entitlements_allowed, :signed_token, :node_id, :issued_at, :expiration, :license_arn) SENSITIVE = [] include Aws::Structure end |
#expiration ⇒ String
Date and time at which the license checkout expires.
297 298 299 300 301 302 303 304 305 306 307 308 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 297 class CheckoutLicenseResponse < Struct.new( :checkout_type, :license_consumption_token, :entitlements_allowed, :signed_token, :node_id, :issued_at, :expiration, :license_arn) SENSITIVE = [] include Aws::Structure end |
#issued_at ⇒ String
Date and time at which the license checkout is issued.
297 298 299 300 301 302 303 304 305 306 307 308 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 297 class CheckoutLicenseResponse < Struct.new( :checkout_type, :license_consumption_token, :entitlements_allowed, :signed_token, :node_id, :issued_at, :expiration, :license_arn) SENSITIVE = [] include Aws::Structure end |
#license_arn ⇒ String
Amazon Resource Name (ARN) of the checkout license.
297 298 299 300 301 302 303 304 305 306 307 308 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 297 class CheckoutLicenseResponse < Struct.new( :checkout_type, :license_consumption_token, :entitlements_allowed, :signed_token, :node_id, :issued_at, :expiration, :license_arn) SENSITIVE = [] include Aws::Structure end |
#license_consumption_token ⇒ String
License consumption token.
297 298 299 300 301 302 303 304 305 306 307 308 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 297 class CheckoutLicenseResponse < Struct.new( :checkout_type, :license_consumption_token, :entitlements_allowed, :signed_token, :node_id, :issued_at, :expiration, :license_arn) SENSITIVE = [] include Aws::Structure end |
#node_id ⇒ String
Node ID.
297 298 299 300 301 302 303 304 305 306 307 308 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 297 class CheckoutLicenseResponse < Struct.new( :checkout_type, :license_consumption_token, :entitlements_allowed, :signed_token, :node_id, :issued_at, :expiration, :license_arn) SENSITIVE = [] include Aws::Structure end |
#signed_token ⇒ String
Signed token.
297 298 299 300 301 302 303 304 305 306 307 308 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 297 class CheckoutLicenseResponse < Struct.new( :checkout_type, :license_consumption_token, :entitlements_allowed, :signed_token, :node_id, :issued_at, :expiration, :license_arn) SENSITIVE = [] include Aws::Structure end |