Class: Aws::Types::ECSServiceProjectedMetric
- Inherits:
-
Object
- Object
- Aws::Types::ECSServiceProjectedMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lower_bound_values ⇒ ::Array[::Float]
Returns the value of attribute lower_bound_values.
-
#name ⇒ "Cpu", "Memory"
Returns the value of attribute name.
-
#timestamps ⇒ ::Array[::Time]
Returns the value of attribute timestamps.
-
#upper_bound_values ⇒ ::Array[::Float]
Returns the value of attribute upper_bound_values.
Instance Attribute Details
#lower_bound_values ⇒ ::Array[::Float]
Returns the value of attribute lower_bound_values.
201 202 203 |
# File 'sig/types.rbs', line 201 def lower_bound_values @lower_bound_values end |
#name ⇒ "Cpu", "Memory"
Returns the value of attribute name.
198 199 200 |
# File 'sig/types.rbs', line 198 def name @name end |
#timestamps ⇒ ::Array[::Time]
Returns the value of attribute timestamps.
199 200 201 |
# File 'sig/types.rbs', line 199 def @timestamps end |
#upper_bound_values ⇒ ::Array[::Float]
Returns the value of attribute upper_bound_values.
200 201 202 |
# File 'sig/types.rbs', line 200 def upper_bound_values @upper_bound_values end |