Class: Aws::Types::GetMetricStatisticsOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetMetricStatisticsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#datapoints ⇒ ::Array[Types::Datapoint]
Returns the value of attribute datapoints.
-
#label ⇒ ::String
Returns the value of attribute label.
Instance Attribute Details
#datapoints ⇒ ::Array[Types::Datapoint]
Returns the value of attribute datapoints.
475 476 477 |
# File 'sig/types.rbs', line 475 def datapoints @datapoints end |
#label ⇒ ::String
Returns the value of attribute label.
474 475 476 |
# File 'sig/types.rbs', line 474 def label @label end |