Class: Aws::Types::EdgeMetric
- Inherits:
-
Object
- Object
- Aws::Types::EdgeMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimension ⇒ ::String
Returns the value of attribute dimension.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#dimension ⇒ ::String
Returns the value of attribute dimension.
56 57 58 |
# File 'sig/types.rbs', line 56 def dimension @dimension end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
57 58 59 |
# File 'sig/types.rbs', line 57 def metric_name @metric_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
59 60 61 |
# File 'sig/types.rbs', line 59 def end |
#value ⇒ ::Float
Returns the value of attribute value.
58 59 60 |
# File 'sig/types.rbs', line 58 def value @value end |