Class: Aws::LicenseManager::Types::ListLicenseSpecificationsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListLicenseSpecificationsForResourceResponse
- Includes:
- Structure
- Defined in:
- 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.
2633 2634 2635 2636 2637 2638 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2633 class ListLicenseSpecificationsForResourceResponse < Struct.new( :license_specifications, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2633 2634 2635 2636 2637 2638 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2633 class ListLicenseSpecificationsForResourceResponse < Struct.new( :license_specifications, :next_token) SENSITIVE = [] include Aws::Structure end |