Class: Aws::Types::GetBucketsAggregationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_field::String

Returns the value of attribute aggregation_field.

Returns:

  • (::String)


2305
2306
2307
# File 'sig/types.rbs', line 2305

def aggregation_field
  @aggregation_field
end

#buckets_aggregation_typeTypes::BucketsAggregationType

Returns the value of attribute buckets_aggregation_type.



2307
2308
2309
# File 'sig/types.rbs', line 2307

def buckets_aggregation_type
  @buckets_aggregation_type
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


2303
2304
2305
# File 'sig/types.rbs', line 2303

def index_name
  @index_name
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


2304
2305
2306
# File 'sig/types.rbs', line 2304

def query_string
  @query_string
end

#query_version::String

Returns the value of attribute query_version.

Returns:

  • (::String)


2306
2307
2308
# File 'sig/types.rbs', line 2306

def query_version
  @query_version
end