Class: Aws::Types::GetBucketsAggregationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBucketsAggregationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_field ⇒ ::String
Returns the value of attribute aggregation_field.
-
#buckets_aggregation_type ⇒ Types::BucketsAggregationType
Returns the value of attribute buckets_aggregation_type.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#query_version ⇒ ::String
Returns the value of attribute query_version.
Instance Attribute Details
#aggregation_field ⇒ ::String
Returns the value of attribute aggregation_field.
2305 2306 2307 |
# File 'sig/types.rbs', line 2305 def aggregation_field @aggregation_field end |
#buckets_aggregation_type ⇒ Types::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.
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.
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.
2306 2307 2308 |
# File 'sig/types.rbs', line 2306 def query_version @query_version end |