class Aws::LookoutEquipment::Types::ListDataIngestionJobsRequest

@note When making an API call, you may pass ListDataIngestionJobsRequest

data as a hash:

    {
      dataset_name: "DatasetName",
      next_token: "NextToken",
      max_results: 1,
      status: "IN_PROGRESS", # accepts IN_PROGRESS, SUCCESS, FAILED
    }

@!attribute [rw] dataset_name

The name of the dataset being used for the data ingestion job.
@return [String]

@!attribute [rw] next_token

An opaque pagination token indicating where to continue the listing
of data ingestion jobs.
@return [String]

@!attribute [rw] max_results

Specifies the maximum number of data ingestion jobs to list.
@return [Integer]

@!attribute [rw] status

Indicates the status of the data ingestion job.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ListDataIngestionJobsRequest AWS API Documentation

Constants

SENSITIVE