Class: Aws::Mgn::Types::ListImportFileEnrichmentsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::ListImportFileEnrichmentsFilters

Filters to apply when listing import file enrichment jobs.



2898
2899
2900
2901
2902
2903
2904
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2898

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

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


2898
2899
2900
2901
2902
2903
2904
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2898

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


2898
2899
2900
2901
2902
2903
2904
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2898

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