Class: Aws::LicenseManager::Types::ListLicenseConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListLicenseConfigurationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_configurations ⇒ Array<Types::LicenseConfiguration>
Information about the license configurations.
-
#next_token ⇒ String
Token for the next set of results.
Instance Attribute Details
#license_configurations ⇒ Array<Types::LicenseConfiguration>
Information about the license configurations.
2492 2493 2494 2495 2496 2497 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2492 class ListLicenseConfigurationsResponse < Struct.new( :license_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2492 2493 2494 2495 2496 2497 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2492 class ListLicenseConfigurationsResponse < Struct.new( :license_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |