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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/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)


2821
2822
2823
2824
2825
2826
2827
2828
# File 'gems/aws-sdk-lookoutequipment/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_resultsInteger

Specifies the maximum number of data ingestion jobs to list.

Returns:

  • (Integer)


2821
2822
2823
2824
2825
2826
2827
2828
# File 'gems/aws-sdk-lookoutequipment/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_tokenString

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

Returns:

  • (String)


2821
2822
2823
2824
2825
2826
2827
2828
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2821

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)


2821
2822
2823
2824
2825
2826
2827
2828
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2821

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