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.
3320 3321 3322 3323 3324 3325 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3320 class ListLicenseSpecificationsForResourceResponse < Struct.new( :license_specifications, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
3320 3321 3322 3323 3324 3325 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3320 class ListLicenseSpecificationsForResourceResponse < Struct.new( :license_specifications, :next_token) SENSITIVE = [] include Aws::Structure end |