Class: Aws::IoT::Types::GetStatisticsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetStatisticsResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#statistics ⇒ Types::Statistics
The statistics returned by the Fleet Indexing service based on the query and aggregation field.
Instance Attribute Details
#statistics ⇒ Types::Statistics
The statistics returned by the Fleet Indexing service based on the query and aggregation field.
8681 8682 8683 8684 8685 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8681 class GetStatisticsResponse < Struct.new( :statistics) SENSITIVE = [] include Aws::Structure end |