Class: Aws::Types::UpdateCloudWatchAlarmTemplateRequestContent
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCloudWatchAlarmTemplateRequestContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_operator ⇒ "GreaterThanOrEqualToThreshold", ...
Returns the value of attribute comparison_operator.
-
#datapoints_to_alarm ⇒ ::Integer
Returns the value of attribute datapoints_to_alarm.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#evaluation_periods ⇒ ::Integer
Returns the value of attribute evaluation_periods.
-
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#statistic ⇒ "SampleCount", ...
Returns the value of attribute statistic.
-
#target_resource_type ⇒ "CLOUDFRONT_DISTRIBUTION", ...
Returns the value of attribute target_resource_type.
-
#threshold ⇒ ::Float
Returns the value of attribute threshold.
-
#treat_missing_data ⇒ "notBreaching", ...
Returns the value of attribute treat_missing_data.
Instance Attribute Details
#comparison_operator ⇒ "GreaterThanOrEqualToThreshold", ...
Returns the value of attribute comparison_operator.
4623 4624 4625 |
# File 'sig/types.rbs', line 4623 def comparison_operator @comparison_operator end |
#datapoints_to_alarm ⇒ ::Integer
Returns the value of attribute datapoints_to_alarm.
4624 4625 4626 |
# File 'sig/types.rbs', line 4624 def datapoints_to_alarm @datapoints_to_alarm end |
#description ⇒ ::String
Returns the value of attribute description.
4625 4626 4627 |
# File 'sig/types.rbs', line 4625 def description @description end |
#evaluation_periods ⇒ ::Integer
Returns the value of attribute evaluation_periods.
4626 4627 4628 |
# File 'sig/types.rbs', line 4626 def evaluation_periods @evaluation_periods end |
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
4627 4628 4629 |
# File 'sig/types.rbs', line 4627 def group_identifier @group_identifier end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
4628 4629 4630 |
# File 'sig/types.rbs', line 4628 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
4629 4630 4631 |
# File 'sig/types.rbs', line 4629 def name @name end |
#period ⇒ ::Integer
Returns the value of attribute period.
4630 4631 4632 |
# File 'sig/types.rbs', line 4630 def period @period end |
#statistic ⇒ "SampleCount", ...
Returns the value of attribute statistic.
4631 4632 4633 |
# File 'sig/types.rbs', line 4631 def statistic @statistic end |
#target_resource_type ⇒ "CLOUDFRONT_DISTRIBUTION", ...
Returns the value of attribute target_resource_type.
4632 4633 4634 |
# File 'sig/types.rbs', line 4632 def target_resource_type @target_resource_type end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
4633 4634 4635 |
# File 'sig/types.rbs', line 4633 def threshold @threshold end |
#treat_missing_data ⇒ "notBreaching", ...
Returns the value of attribute treat_missing_data.
4634 4635 4636 |
# File 'sig/types.rbs', line 4634 def treat_missing_data @treat_missing_data end |