Class: Aws::LicenseManager::Types::CheckoutBorrowLicenseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CheckoutBorrowLicenseResponse
- 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.
-
#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 license.
-
#license_consumption_token ⇒ String
License consumption token.
-
#node_id ⇒ String
Node ID.
-
#signed_token ⇒ String
Signed token.
Instance Attribute Details
#checkout_metadata ⇒ Array<Types::Metadata>
Information about constraints.
207 208 209 210 211 212 213 214 215 216 217 218 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 207 class CheckoutBorrowLicenseResponse < Struct.new( :license_arn, :license_consumption_token, :entitlements_allowed, :node_id, :signed_token, :issued_at, :expiration, :checkout_metadata) SENSITIVE = [] include Aws::Structure end |
#entitlements_allowed ⇒ Array<Types::EntitlementData>
Allowed license entitlements.
207 208 209 210 211 212 213 214 215 216 217 218 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 207 class CheckoutBorrowLicenseResponse < Struct.new( :license_arn, :license_consumption_token, :entitlements_allowed, :node_id, :signed_token, :issued_at, :expiration, :checkout_metadata) SENSITIVE = [] include Aws::Structure end |
#expiration ⇒ String
Date and time at which the license checkout expires.
207 208 209 210 211 212 213 214 215 216 217 218 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 207 class CheckoutBorrowLicenseResponse < Struct.new( :license_arn, :license_consumption_token, :entitlements_allowed, :node_id, :signed_token, :issued_at, :expiration, :checkout_metadata) SENSITIVE = [] include Aws::Structure end |
#issued_at ⇒ String
Date and time at which the license checkout is issued.
207 208 209 210 211 212 213 214 215 216 217 218 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 207 class CheckoutBorrowLicenseResponse < Struct.new( :license_arn, :license_consumption_token, :entitlements_allowed, :node_id, :signed_token, :issued_at, :expiration, :checkout_metadata) SENSITIVE = [] include Aws::Structure end |
#license_arn ⇒ String
Amazon Resource Name (ARN) of the license.
207 208 209 210 211 212 213 214 215 216 217 218 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 207 class CheckoutBorrowLicenseResponse < Struct.new( :license_arn, :license_consumption_token, :entitlements_allowed, :node_id, :signed_token, :issued_at, :expiration, :checkout_metadata) SENSITIVE = [] include Aws::Structure end |
#license_consumption_token ⇒ String
License consumption token.
207 208 209 210 211 212 213 214 215 216 217 218 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 207 class CheckoutBorrowLicenseResponse < Struct.new( :license_arn, :license_consumption_token, :entitlements_allowed, :node_id, :signed_token, :issued_at, :expiration, :checkout_metadata) SENSITIVE = [] include Aws::Structure end |
#node_id ⇒ String
Node ID.
207 208 209 210 211 212 213 214 215 216 217 218 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 207 class CheckoutBorrowLicenseResponse < Struct.new( :license_arn, :license_consumption_token, :entitlements_allowed, :node_id, :signed_token, :issued_at, :expiration, :checkout_metadata) SENSITIVE = [] include Aws::Structure end |
#signed_token ⇒ String
Signed token.
207 208 209 210 211 212 213 214 215 216 217 218 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 207 class CheckoutBorrowLicenseResponse < Struct.new( :license_arn, :license_consumption_token, :entitlements_allowed, :node_id, :signed_token, :issued_at, :expiration, :checkout_metadata) SENSITIVE = [] include Aws::Structure end |