Class: Aws::Types::MetricDatum
- Inherits:
-
Object
- Object
- Aws::Types::MetricDatum
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#counts ⇒ ::Array[::Float]
Returns the value of attribute counts.
-
#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.
-
#storage_resolution ⇒ ::Integer
Returns the value of attribute storage_resolution.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
-
#value ⇒ ::Float
Returns the value of attribute value.
-
#values ⇒ ::Array[::Float]
Returns the value of attribute values.
Instance Attribute Details
#counts ⇒ ::Array[::Float]
Returns the value of attribute counts.
816 817 818 |
# File 'sig/types.rbs', line 816 def counts @counts end |
#dimensions ⇒ ::Array[Types::Dimension]
Returns the value of attribute dimensions.
811 812 813 |
# File 'sig/types.rbs', line 811 def dimensions @dimensions end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
810 811 812 |
# File 'sig/types.rbs', line 810 def metric_name @metric_name end |
#statistic_values ⇒ Types::StatisticSet
Returns the value of attribute statistic_values.
814 815 816 |
# File 'sig/types.rbs', line 814 def statistic_values @statistic_values end |
#storage_resolution ⇒ ::Integer
Returns the value of attribute storage_resolution.
818 819 820 |
# File 'sig/types.rbs', line 818 def storage_resolution @storage_resolution end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
812 813 814 |
# File 'sig/types.rbs', line 812 def @timestamp end |
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
817 818 819 |
# File 'sig/types.rbs', line 817 def unit @unit end |
#value ⇒ ::Float
Returns the value of attribute value.
813 814 815 |
# File 'sig/types.rbs', line 813 def value @value end |
#values ⇒ ::Array[::Float]
Returns the value of attribute values.
815 816 817 |
# File 'sig/types.rbs', line 815 def values @values end |