Class: Aws::Mgn::Types::ListImportFileEnrichmentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ListImportFileEnrichmentsRequest
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Types::ListImportFileEnrichmentsFilters
Filters to apply when listing import file enrichment jobs.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#filters ⇒ Types::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_results ⇒ Integer
The maximum number of results to return in a single call.
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_token ⇒ String
The token for the next page of results.
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 |