Class: Aws::Types::ListMetricAttributionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListMetricAttributionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_attributions ⇒ ::Array[Types::MetricAttributionSummary]
Returns the value of attribute metric_attributions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#metric_attributions ⇒ ::Array[Types::MetricAttributionSummary]
Returns the value of attribute metric_attributions.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def metric_attributions @metric_attributions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def next_token @next_token end |