Class: Aws::Types::SearchMetricsResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchMetricsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ ::Integer
Returns the value of attribute approximate_total_count.
-
#metrics ⇒ ::Array[Types::MetricDefinition]
Returns the value of attribute metrics.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#approximate_total_count ⇒ ::Integer
Returns the value of attribute approximate_total_count.
7401 7402 7403 |
# File 'sig/types.rbs', line 7401 def approximate_total_count @approximate_total_count end |
#metrics ⇒ ::Array[Types::MetricDefinition]
Returns the value of attribute metrics.
7399 7400 7401 |
# File 'sig/types.rbs', line 7399 def metrics @metrics end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7400 7401 7402 |
# File 'sig/types.rbs', line 7400 def next_token @next_token end |