Class: Aws::Types::ComparisonMetricValue
- Inherits:
-
Object
- Object
- Aws::Types::ComparisonMetricValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#baseline_time_period_amount ⇒ ::String
Returns the value of attribute baseline_time_period_amount.
-
#comparison_time_period_amount ⇒ ::String
Returns the value of attribute comparison_time_period_amount.
-
#difference ⇒ ::String
Returns the value of attribute difference.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#baseline_time_period_amount ⇒ ::String
Returns the value of attribute baseline_time_period_amount.
103 104 105 |
# File 'sig/types.rbs', line 103 def baseline_time_period_amount @baseline_time_period_amount end |
#comparison_time_period_amount ⇒ ::String
Returns the value of attribute comparison_time_period_amount.
104 105 106 |
# File 'sig/types.rbs', line 104 def comparison_time_period_amount @comparison_time_period_amount end |
#difference ⇒ ::String
Returns the value of attribute difference.
105 106 107 |
# File 'sig/types.rbs', line 105 def difference @difference end |
#unit ⇒ ::String
Returns the value of attribute unit.
106 107 108 |
# File 'sig/types.rbs', line 106 def unit @unit end |