Class: Aws::IoT::Types::GetCardinalityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetCardinalityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass GetCardinalityRequest data as a hash:
{
index_name: "IndexName",
query_string: "QueryString", # required
aggregation_field: "AggregationField",
query_version: "QueryVersion",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_field ⇒ String
The field to aggregate.
-
#index_name ⇒ String
The name of the index to search.
-
#query_string ⇒ String
The search query string.
-
#query_version ⇒ String
The query version.
Instance Attribute Details
#aggregation_field ⇒ String
The field to aggregate.
9269 9270 9271 9272 9273 9274 9275 9276 |
# File 'lib/aws-sdk-iot/types.rb', line 9269 class GetCardinalityRequest < 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.
9269 9270 9271 9272 9273 9274 9275 9276 |
# File 'lib/aws-sdk-iot/types.rb', line 9269 class GetCardinalityRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version) SENSITIVE = [] include Aws::Structure end |
#query_string ⇒ String
The search query string.
9269 9270 9271 9272 9273 9274 9275 9276 |
# File 'lib/aws-sdk-iot/types.rb', line 9269 class GetCardinalityRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version) SENSITIVE = [] include Aws::Structure end |
#query_version ⇒ String
The query version.
9269 9270 9271 9272 9273 9274 9275 9276 |
# File 'lib/aws-sdk-iot/types.rb', line 9269 class GetCardinalityRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version) SENSITIVE = [] include Aws::Structure end |