Class: Aws::Types::UpdateMetricContentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMetricContentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#metric_calculation ⇒ Types::MetricCalculation
Returns the value of attribute metric_calculation.
-
#metric_id ⇒ ::String
Returns the value of attribute metric_id.
-
#positive_trend_indicator ⇒ "POSITIVE", ...
Returns the value of attribute positive_trend_indicator.
-
#unit ⇒ "INTEGER", ...
Returns the value of attribute unit.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8883 8884 8885 |
# File 'sig/types.rbs', line 8883 def instance_id @instance_id end |
#metric_calculation ⇒ Types::MetricCalculation
Returns the value of attribute metric_calculation.
8885 8886 8887 |
# File 'sig/types.rbs', line 8885 def metric_calculation @metric_calculation end |
#metric_id ⇒ ::String
Returns the value of attribute metric_id.
8884 8885 8886 |
# File 'sig/types.rbs', line 8884 def metric_id @metric_id end |
#positive_trend_indicator ⇒ "POSITIVE", ...
Returns the value of attribute positive_trend_indicator.
8887 8888 8889 |
# File 'sig/types.rbs', line 8887 def positive_trend_indicator @positive_trend_indicator end |
#unit ⇒ "INTEGER", ...
Returns the value of attribute unit.
8886 8887 8888 |
# File 'sig/types.rbs', line 8886 def unit @unit end |