Class: Aws::IoT::Types::GetStatisticsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetStatisticsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_field ⇒ String
The aggregation field name.
-
#index_name ⇒ String
The name of the index to search.
-
#query_string ⇒ String
The query used to search.
-
#query_version ⇒ String
The version of the query used to search.
Instance Attribute Details
#aggregation_field ⇒ String
The aggregation field name.
8098 8099 8100 8101 8102 8103 8104 8105 |
# File 'lib/aws-sdk-iot/types.rb', line 8098 class GetStatisticsRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version) SENSITIVE = [] include Aws::Structure end |
#index_name ⇒ String
The name of the index to search. The default value is ‘AWS_Things`.
8098 8099 8100 8101 8102 8103 8104 8105 |
# File 'lib/aws-sdk-iot/types.rb', line 8098 class GetStatisticsRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version) SENSITIVE = [] include Aws::Structure end |
#query_string ⇒ String
The query used to search. You can specify “*” for the query string to get the count of all indexed things in your Amazon Web Services account.
8098 8099 8100 8101 8102 8103 8104 8105 |
# File 'lib/aws-sdk-iot/types.rb', line 8098 class GetStatisticsRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version) SENSITIVE = [] include Aws::Structure end |
#query_version ⇒ String
The version of the query used to search.
8098 8099 8100 8101 8102 8103 8104 8105 |
# File 'lib/aws-sdk-iot/types.rb', line 8098 class GetStatisticsRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version) SENSITIVE = [] include Aws::Structure end |