Class: Aws::IoT::Types::GetStatisticsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetStatisticsRequest
- Defined in:
- gems/aws-sdk-iot/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.
8733 8734 8735 8736 8737 8738 8739 8740 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8733 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
.
8733 8734 8735 8736 8737 8738 8739 8740 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8733 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.
8733 8734 8735 8736 8737 8738 8739 8740 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8733 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.
8733 8734 8735 8736 8737 8738 8739 8740 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8733 class GetStatisticsRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version) SENSITIVE = [] include Aws::Structure end |