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.
7278 7279 7280 |
# File 'sig/types.rbs', line 7278 def approximate_total_count @approximate_total_count end |
#metrics ⇒ ::Array[Types::MetricDefinition]
Returns the value of attribute metrics.
7276 7277 7278 |
# File 'sig/types.rbs', line 7276 def metrics @metrics end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7277 7278 7279 |
# File 'sig/types.rbs', line 7277 def next_token @next_token end |