Class: Aws::IoT::Types::GetBucketsAggregationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_fieldString

The aggregation field.

Returns:

  • (String)


7266
7267
7268
7269
7270
7271
7272
7273
7274
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7266

class GetBucketsAggregationRequest < Struct.new(
  :index_name,
  :query_string,
  :aggregation_field,
  :query_version,
  :buckets_aggregation_type)
  SENSITIVE = []
  include Aws::Structure
end

#buckets_aggregation_typeTypes::BucketsAggregationType

The basic control of the response shape and the bucket aggregation type to perform.



7266
7267
7268
7269
7270
7271
7272
7273
7274
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7266

class GetBucketsAggregationRequest < Struct.new(
  :index_name,
  :query_string,
  :aggregation_field,
  :query_version,
  :buckets_aggregation_type)
  SENSITIVE = []
  include Aws::Structure
end

#index_nameString

The name of the index to search.

Returns:

  • (String)


7266
7267
7268
7269
7270
7271
7272
7273
7274
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7266

class GetBucketsAggregationRequest < Struct.new(
  :index_name,
  :query_string,
  :aggregation_field,
  :query_version,
  :buckets_aggregation_type)
  SENSITIVE = []
  include Aws::Structure
end

#query_stringString

The search query string.

Returns:

  • (String)


7266
7267
7268
7269
7270
7271
7272
7273
7274
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7266

class GetBucketsAggregationRequest < Struct.new(
  :index_name,
  :query_string,
  :aggregation_field,
  :query_version,
  :buckets_aggregation_type)
  SENSITIVE = []
  include Aws::Structure
end

#query_versionString

The version of the query.

Returns:

  • (String)


7266
7267
7268
7269
7270
7271
7272
7273
7274
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7266

class GetBucketsAggregationRequest < Struct.new(
  :index_name,
  :query_string,
  :aggregation_field,
  :query_version,
  :buckets_aggregation_type)
  SENSITIVE = []
  include Aws::Structure
end