Class: Aws::LookoutEquipment::Types::ListDataIngestionJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListDataIngestionJobsRequest
- Defined in:
- gems/aws-sdk-lookoutequipment/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.
2724 2725 2726 2727 2728 2729 2730 2731 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2724 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.
2724 2725 2726 2727 2728 2729 2730 2731 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2724 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.
2724 2725 2726 2727 2728 2729 2730 2731 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2724 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.
2724 2725 2726 2727 2728 2729 2730 2731 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2724 class ListDataIngestionJobsRequest < Struct.new( :dataset_name, :next_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |