Class: Aws::Types::MetricDatum
- Inherits:
-
Object
- Object
- Aws::Types::MetricDatum
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimensions ⇒ ::Array[Types::Dimension]
Returns the value of attribute dimensions.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#statistic_values ⇒ Types::StatisticSet
Returns the value of attribute statistic_values.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#dimensions ⇒ ::Array[Types::Dimension]
Returns the value of attribute dimensions.
208 209 210 |
# File 'sig/types.rbs', line 208 def dimensions @dimensions end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
206 207 208 |
# File 'sig/types.rbs', line 206 def metric_name @metric_name end |
#statistic_values ⇒ Types::StatisticSet
Returns the value of attribute statistic_values.
211 212 213 |
# File 'sig/types.rbs', line 211 def statistic_values @statistic_values end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
207 208 209 |
# File 'sig/types.rbs', line 207 def @timestamp end |
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
210 211 212 |
# File 'sig/types.rbs', line 210 def unit @unit end |
#value ⇒ ::Float
Returns the value of attribute value.
209 210 211 |
# File 'sig/types.rbs', line 209 def value @value end |