Class: Aws::Types::BatchGetRumMetricDefinitionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetRumMetricDefinitionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_definitions ⇒ ::Array[Types::MetricDefinition]
Returns the value of attribute metric_definitions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#metric_definitions ⇒ ::Array[Types::MetricDefinition]
Returns the value of attribute metric_definitions.
115 116 117 |
# File 'sig/types.rbs', line 115 def metric_definitions @metric_definitions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
116 117 118 |
# File 'sig/types.rbs', line 116 def next_token @next_token end |