Class: Aws::Types::GetStatisticsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetStatisticsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_field ⇒ ::String
Returns the value of attribute aggregation_field.
-
#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.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def aggregation_field @aggregation_field end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
2531 2532 2533 |
# File 'sig/types.rbs', line 2531 def index_name @index_name end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
2532 2533 2534 |
# File 'sig/types.rbs', line 2532 def query_string @query_string end |
#query_version ⇒ ::String
Returns the value of attribute query_version.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def query_version @query_version end |