Method: Aws::IoT::Types::GetBucketsAggregationRequest#aggregation_field

Defined in:
lib/aws-sdk-iot/types.rb

#aggregation_fieldString

The aggregation field.

Returns:

  • (String)


8155
8156
8157
8158
8159
8160
8161
8162
8163
# File 'lib/aws-sdk-iot/types.rb', line 8155

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