Class: Aws::LicenseManager::Types::ListLicenseConversionTasksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListLicenseConversionTasksRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::Filter>
Filters to scope the results.
-
#max_results ⇒ Integer
Maximum number of results to return in a single call.
-
#next_token ⇒ String
Token for the next set of results.
Instance Attribute Details
#filters ⇒ Array<Types::Filter>
Filters to scope the results. Valid filters are ‘ResourceArns` and `Status`.
2514 2515 2516 2517 2518 2519 2520 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2514 class ListLicenseConversionTasksRequest < Struct.new( :next_token, :max_results, :filters) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of results to return in a single call.
2514 2515 2516 2517 2518 2519 2520 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2514 class ListLicenseConversionTasksRequest < Struct.new( :next_token, :max_results, :filters) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2514 2515 2516 2517 2518 2519 2520 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2514 class ListLicenseConversionTasksRequest < Struct.new( :next_token, :max_results, :filters) SENSITIVE = [] include Aws::Structure end |