Class: Aws::IoT::Types::GetCardinalityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetCardinalityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
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.
7610 7611 7612 7613 7614 7615 7616 7617 |
# File 'lib/aws-sdk-iot/types.rb', line 7610 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.
7610 7611 7612 7613 7614 7615 7616 7617 |
# File 'lib/aws-sdk-iot/types.rb', line 7610 class GetCardinalityRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version) SENSITIVE = [] include Aws::Structure end |
#query_string ⇒ String
The search query string.
7610 7611 7612 7613 7614 7615 7616 7617 |
# File 'lib/aws-sdk-iot/types.rb', line 7610 class GetCardinalityRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version) SENSITIVE = [] include Aws::Structure end |
#query_version ⇒ String
The query version.
7610 7611 7612 7613 7614 7615 7616 7617 |
# File 'lib/aws-sdk-iot/types.rb', line 7610 class GetCardinalityRequest < Struct.new( :index_name, :query_string, :aggregation_field, :query_version) SENSITIVE = [] include Aws::Structure end |