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`.
3218 3219 3220 3221 3222 3223 3224 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3218 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.
3218 3219 3220 3221 3222 3223 3224 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3218 class ListLicenseConversionTasksRequest < Struct.new( :next_token, :max_results, :filters) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
3218 3219 3220 3221 3222 3223 3224 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3218 class ListLicenseConversionTasksRequest < Struct.new( :next_token, :max_results, :filters) SENSITIVE = [] include Aws::Structure end |