Class: Aws::LookoutEquipment::Types::ListSensorStatisticsRequest

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 associated with the list of Sensor Statistics.

Returns:

  • (String)


3395
3396
3397
3398
3399
3400
3401
3402
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3395

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

#ingestion_job_idString

The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs.

Returns:

  • (String)


3395
3396
3397
3398
3399
3400
3401
3402
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3395

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

#max_resultsInteger

Specifies the maximum number of sensors for which to retrieve statistics.

Returns:

  • (Integer)


3395
3396
3397
3398
3399
3400
3401
3402
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3395

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

#next_tokenString

An opaque pagination token indicating where to continue the listing of sensor statistics.

Returns:

  • (String)


3395
3396
3397
3398
3399
3400
3401
3402
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3395

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