Class: Aws::Types::ListSensorStatisticsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



798
799
800
# File 'sig/types.rbs', line 798

def next_token
  @next_token
end

#sensor_statistics_summaries::Array[Types::SensorStatisticsSummary]

Returns the value of attribute sensor_statistics_summaries.

Returns:



797
798
799
# File 'sig/types.rbs', line 797

def sensor_statistics_summaries
  @sensor_statistics_summaries
end