Class: Aws::LicenseManager::Types::ListLicenseSpecificationsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListLicenseSpecificationsForResourceResponse
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_specifications ⇒ Array<Types::LicenseSpecification>
License configurations associated with a resource.
-
#next_token ⇒ String
Token for the next set of results.
Instance Attribute Details
#license_specifications ⇒ Array<Types::LicenseSpecification>
License configurations associated with a resource.
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_token ⇒ String
Token for the next set of results.
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 |