Class: Aws::Types::MetricDataResult
- Inherits:
-
Object
- Object
- Aws::Types::MetricDataResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#timestamps ⇒ ::Array[::Time]
Returns the value of attribute timestamps.
-
#values ⇒ ::Array[::Integer]
Returns the value of attribute values.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def id @id end |
#timestamps ⇒ ::Array[::Time]
Returns the value of attribute timestamps.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def @timestamps end |
#values ⇒ ::Array[::Integer]
Returns the value of attribute values.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def values @values end |