Class: Aws::Types::MetricQueryResult
- Inherits:
-
Object
- Object
- Aws::Types::MetricQueryResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#metric_values ⇒ ::Array[::Float]
Returns the value of attribute metric_values.
-
#status ⇒ "Complete", ...
Returns the value of attribute status.
-
#x_axis_values ⇒ ::Array[::Integer]
Returns the value of attribute x_axis_values.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
51 52 53 |
# File 'sig/types.rbs', line 51 def end |
#metric_values ⇒ ::Array[::Float]
Returns the value of attribute metric_values.
53 54 55 |
# File 'sig/types.rbs', line 53 def metric_values @metric_values end |
#status ⇒ "Complete", ...
Returns the value of attribute status.
50 51 52 |
# File 'sig/types.rbs', line 50 def status @status end |
#x_axis_values ⇒ ::Array[::Integer]
Returns the value of attribute x_axis_values.
52 53 54 |
# File 'sig/types.rbs', line 52 def x_axis_values @x_axis_values end |