Class: Aws::LicenseManager::Types::ListLicenseSpecificationsForResourceResponse

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

#license_specificationsArray<Types::LicenseSpecification>

License configurations associated with a resource.

Returns:



2616
2617
2618
2619
2620
2621
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2616

class ListLicenseSpecificationsForResourceResponse < Struct.new(
  :license_specifications,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2616
2617
2618
2619
2620
2621
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2616

class ListLicenseSpecificationsForResourceResponse < Struct.new(
  :license_specifications,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end