Class: Aws::LookoutEquipment::Types::ListDataIngestionJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListDataIngestionJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_name ⇒ String
The name of the dataset being used for the data ingestion job.
-
#max_results ⇒ Integer
Specifies the maximum number of data ingestion jobs to list.
-
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of data ingestion jobs.
-
#status ⇒ String
Indicates the status of the data ingestion job.
Instance Attribute Details
#dataset_name ⇒ String
The name of the dataset being used for the data ingestion job.
2821 2822 2823 2824 2825 2826 2827 2828 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2821 class ListDataIngestionJobsRequest < Struct.new( :dataset_name, :next_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Specifies the maximum number of data ingestion jobs to list.
2821 2822 2823 2824 2825 2826 2827 2828 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2821 class ListDataIngestionJobsRequest < Struct.new( :dataset_name, :next_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of data ingestion jobs.
2821 2822 2823 2824 2825 2826 2827 2828 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2821 class ListDataIngestionJobsRequest < Struct.new( :dataset_name, :next_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates the status of the data ingestion job.
2821 2822 2823 2824 2825 2826 2827 2828 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2821 class ListDataIngestionJobsRequest < Struct.new( :dataset_name, :next_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |