Class: Aws::LookoutEquipment::Types::ListSensorStatisticsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListSensorStatisticsRequest
- 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 associated with the list of Sensor Statistics.
-
#ingestion_job_id ⇒ String
The ingestion job id associated with the list of Sensor Statistics.
-
#max_results ⇒ Integer
Specifies the maximum number of sensors for which to retrieve statistics.
-
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of sensor statistics.
Instance Attribute Details
#dataset_name ⇒ String
The name of the dataset associated with the list of Sensor Statistics.
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_id ⇒ String
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.
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_results ⇒ Integer
Specifies the maximum number of sensors for which to retrieve statistics.
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_token ⇒ String
An opaque pagination token indicating where to continue the listing of sensor statistics.
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 |