Class: Aws::IoT::Types::GetStatisticsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsTypes::Statistics

The statistics returned by the Fleet Indexing service based on the query and aggregation field.

Returns:



7787
7788
7789
7790
7791
# File 'lib/aws-sdk-iot/types.rb', line 7787

class GetStatisticsResponse < Struct.new(
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end