Class: Aws::Types::MetricResultV2
- Inherits:
-
Object
- Object
- Aws::Types::MetricResultV2
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collections ⇒ ::Array[Types::MetricDataV2]
Returns the value of attribute collections.
-
#dimensions ⇒ ::Hash[::String, ::String]
Returns the value of attribute dimensions.
-
#metric_interval ⇒ Types::MetricInterval
Returns the value of attribute metric_interval.
Instance Attribute Details
#collections ⇒ ::Array[Types::MetricDataV2]
Returns the value of attribute collections.
5852 5853 5854 |
# File 'sig/types.rbs', line 5852 def collections @collections end |
#dimensions ⇒ ::Hash[::String, ::String]
Returns the value of attribute dimensions.
5850 5851 5852 |
# File 'sig/types.rbs', line 5850 def dimensions @dimensions end |
#metric_interval ⇒ Types::MetricInterval
Returns the value of attribute metric_interval.
5851 5852 5853 |
# File 'sig/types.rbs', line 5851 def metric_interval @metric_interval end |