Class: Aws::LicenseManager::Types::CheckoutBorrowLicenseResponse

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_metadataArray<Types::Metadata>

Information about constraints.

Returns:



207
208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-licensemanager/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_allowedArray<Types::EntitlementData>

Allowed license entitlements.

Returns:



207
208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-licensemanager/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

#expirationString

Date and time at which the license checkout expires.

Returns:

  • (String)


207
208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-licensemanager/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_atString

Date and time at which the license checkout is issued.

Returns:

  • (String)


207
208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-licensemanager/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_arnString

Amazon Resource Name (ARN) of the license.

Returns:

  • (String)


207
208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-licensemanager/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_tokenString

License consumption token.

Returns:

  • (String)


207
208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-licensemanager/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_idString

Node ID.

Returns:

  • (String)


207
208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-licensemanager/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_tokenString

Signed token.

Returns:

  • (String)


207
208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-licensemanager/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