Class: Aws::LicenseManager::Types::ListLicenseConversionTasksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListLicenseConversionTasksResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_conversion_tasks ⇒ Array<Types::LicenseConversionTask>
Information about the license configuration tasks for your account.
-
#next_token ⇒ String
Token for the next set of results.
Instance Attribute Details
#license_conversion_tasks ⇒ Array<Types::LicenseConversionTask>
Information about the license configuration tasks for your account.
2532 2533 2534 2535 2536 2537 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2532 class ListLicenseConversionTasksResponse < Struct.new( :license_conversion_tasks, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2532 2533 2534 2535 2536 2537 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2532 class ListLicenseConversionTasksResponse < Struct.new( :license_conversion_tasks, :next_token) SENSITIVE = [] include Aws::Structure end |