Class: Aws::Types::GetPercentilesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPercentilesRequest
- 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.
-
#percents ⇒ ::Array[::Float]
Returns the value of attribute percents.
-
#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.
2477 2478 2479 |
# File 'sig/types.rbs', line 2477 def aggregation_field @aggregation_field end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
2475 2476 2477 |
# File 'sig/types.rbs', line 2475 def index_name @index_name end |
#percents ⇒ ::Array[::Float]
Returns the value of attribute percents.
2479 2480 2481 |
# File 'sig/types.rbs', line 2479 def percents @percents end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
2476 2477 2478 |
# File 'sig/types.rbs', line 2476 def query_string @query_string end |
#query_version ⇒ ::String
Returns the value of attribute query_version.
2478 2479 2480 |
# File 'sig/types.rbs', line 2478 def query_version @query_version end |