Class: Aws::Types::CloudWatchAlarmDefinition
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchAlarmDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_operator ⇒ "GREATER_THAN_OR_EQUAL", ...
Returns the value of attribute comparison_operator.
-
#dimensions ⇒ ::Array[Types::MetricDimension]
Returns the value of attribute dimensions.
-
#evaluation_periods ⇒ ::Integer
Returns the value of attribute evaluation_periods.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#statistic ⇒ "SAMPLE_COUNT", ...
Returns the value of attribute statistic.
-
#threshold ⇒ ::Float
Returns the value of attribute threshold.
-
#unit ⇒ "NONE", ...
Returns the value of attribute unit.
Instance Attribute Details
#comparison_operator ⇒ "GREATER_THAN_OR_EQUAL", ...
Returns the value of attribute comparison_operator.
140 141 142 |
# File 'sig/types.rbs', line 140 def comparison_operator @comparison_operator end |
#dimensions ⇒ ::Array[Types::MetricDimension]
Returns the value of attribute dimensions.
148 149 150 |
# File 'sig/types.rbs', line 148 def dimensions @dimensions end |
#evaluation_periods ⇒ ::Integer
Returns the value of attribute evaluation_periods.
141 142 143 |
# File 'sig/types.rbs', line 141 def evaluation_periods @evaluation_periods end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
142 143 144 |
# File 'sig/types.rbs', line 142 def metric_name @metric_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
143 144 145 |
# File 'sig/types.rbs', line 143 def namespace @namespace end |
#period ⇒ ::Integer
Returns the value of attribute period.
144 145 146 |
# File 'sig/types.rbs', line 144 def period @period end |
#statistic ⇒ "SAMPLE_COUNT", ...
Returns the value of attribute statistic.
145 146 147 |
# File 'sig/types.rbs', line 145 def statistic @statistic end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
146 147 148 |
# File 'sig/types.rbs', line 146 def threshold @threshold end |
#unit ⇒ "NONE", ...
Returns the value of attribute unit.
147 148 149 |
# File 'sig/types.rbs', line 147 def unit @unit end |