Class: Aws::LicenseManager::Types::CheckoutLicenseResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#checkout_typeString

Checkout type.

Returns:

  • (String)


297
298
299
300
301
302
303
304
305
306
307
308
# File 'gems/aws-sdk-licensemanager/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_allowedArray<Types::EntitlementData>

Allowed license entitlements.

Returns:



297
298
299
300
301
302
303
304
305
306
307
308
# File 'gems/aws-sdk-licensemanager/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

#expirationString

Date and time at which the license checkout expires.

Returns:

  • (String)


297
298
299
300
301
302
303
304
305
306
307
308
# File 'gems/aws-sdk-licensemanager/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_atString

Date and time at which the license checkout is issued.

Returns:

  • (String)


297
298
299
300
301
302
303
304
305
306
307
308
# File 'gems/aws-sdk-licensemanager/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_arnString

Amazon Resource Name (ARN) of the checkout license.

Returns:

  • (String)


297
298
299
300
301
302
303
304
305
306
307
308
# File 'gems/aws-sdk-licensemanager/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_tokenString

License consumption token.

Returns:

  • (String)


297
298
299
300
301
302
303
304
305
306
307
308
# File 'gems/aws-sdk-licensemanager/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_idString

Node ID.

Returns:

  • (String)


297
298
299
300
301
302
303
304
305
306
307
308
# File 'gems/aws-sdk-licensemanager/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_tokenString

Signed token.

Returns:

  • (String)


297
298
299
300
301
302
303
304
305
306
307
308
# File 'gems/aws-sdk-licensemanager/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