Class: Aws::LicenseManager::Types::ListLicenseConversionTasksRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

Filters to scope the results. Valid filters are ‘ResourceArns` and `Status`.

Returns:



2536
2537
2538
2539
2540
2541
2542
# File 'lib/aws-sdk-licensemanager/types.rb', line 2536

class ListLicenseConversionTasksRequest < Struct.new(
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of results to return in a single call.

Returns:

  • (Integer)


2536
2537
2538
2539
2540
2541
2542
# File 'lib/aws-sdk-licensemanager/types.rb', line 2536

class ListLicenseConversionTasksRequest < Struct.new(
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2536
2537
2538
2539
2540
2541
2542
# File 'lib/aws-sdk-licensemanager/types.rb', line 2536

class ListLicenseConversionTasksRequest < Struct.new(
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end