Class: Aws::LookoutEquipment::Types::ListDataIngestionJobsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lookoutequipment/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_nameString

The name of the dataset being used for the data ingestion job.

Returns:

  • (String)


2724
2725
2726
2727
2728
2729
2730
2731
# File '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_resultsInteger

Specifies the maximum number of data ingestion jobs to list.

Returns:

  • (Integer)


2724
2725
2726
2727
2728
2729
2730
2731
# File '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_tokenString

An opaque pagination token indicating where to continue the listing of data ingestion jobs.

Returns:

  • (String)


2724
2725
2726
2727
2728
2729
2730
2731
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2724

class ListDataIngestionJobsRequest < Struct.new(
  :dataset_name,
  :next_token,
  :max_results,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Indicates the status of the data ingestion job.

Returns:

  • (String)


2724
2725
2726
2727
2728
2729
2730
2731
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2724

class ListDataIngestionJobsRequest < Struct.new(
  :dataset_name,
  :next_token,
  :max_results,
  :status)
  SENSITIVE = []
  include Aws::Structure
end