Class: Aws::Types::CloudWatchAlarmConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchAlarmConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_operator ⇒ "GreaterThanOrEqualToThreshold", ...
Returns the value of attribute comparison_operator.
-
#dimensions ⇒ ::Array[Types::Dimension]
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 ⇒ "Average", ...
Returns the value of attribute statistic.
-
#threshold ⇒ ::Float
Returns the value of attribute threshold.
Instance Attribute Details
#comparison_operator ⇒ "GreaterThanOrEqualToThreshold", ...
Returns the value of attribute comparison_operator.
157 158 159 |
# File 'sig/types.rbs', line 157 def comparison_operator @comparison_operator end |
#dimensions ⇒ ::Array[Types::Dimension]
Returns the value of attribute dimensions.
162 163 164 |
# File 'sig/types.rbs', line 162 def dimensions @dimensions end |
#evaluation_periods ⇒ ::Integer
Returns the value of attribute evaluation_periods.
155 156 157 |
# File 'sig/types.rbs', line 155 def evaluation_periods @evaluation_periods end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
159 160 161 |
# File 'sig/types.rbs', line 159 def metric_name @metric_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
160 161 162 |
# File 'sig/types.rbs', line 160 def namespace @namespace end |
#period ⇒ ::Integer
Returns the value of attribute period.
158 159 160 |
# File 'sig/types.rbs', line 158 def period @period end |
#statistic ⇒ "Average", ...
Returns the value of attribute statistic.
161 162 163 |
# File 'sig/types.rbs', line 161 def statistic @statistic end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
156 157 158 |
# File 'sig/types.rbs', line 156 def threshold @threshold end |