Class: Aws::Types::UpdateCloudWatchAlarmTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCloudWatchAlarmTemplateRequest
- 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.
-
#identifier ⇒ ::String
Returns the value of attribute 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.
4616 4617 4618 |
# File 'sig/types.rbs', line 4616 def comparison_operator @comparison_operator end |
#datapoints_to_alarm ⇒ ::Integer
Returns the value of attribute datapoints_to_alarm.
4617 4618 4619 |
# File 'sig/types.rbs', line 4617 def datapoints_to_alarm @datapoints_to_alarm end |
#description ⇒ ::String
Returns the value of attribute description.
4618 4619 4620 |
# File 'sig/types.rbs', line 4618 def description @description end |
#evaluation_periods ⇒ ::Integer
Returns the value of attribute evaluation_periods.
4619 4620 4621 |
# File 'sig/types.rbs', line 4619 def evaluation_periods @evaluation_periods end |
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
4620 4621 4622 |
# File 'sig/types.rbs', line 4620 def group_identifier @group_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
4621 4622 4623 |
# File 'sig/types.rbs', line 4621 def identifier @identifier end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
4622 4623 4624 |
# File 'sig/types.rbs', line 4622 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
4623 4624 4625 |
# File 'sig/types.rbs', line 4623 def name @name end |
#period ⇒ ::Integer
Returns the value of attribute period.
4624 4625 4626 |
# File 'sig/types.rbs', line 4624 def period @period end |
#statistic ⇒ "SampleCount", ...
Returns the value of attribute statistic.
4625 4626 4627 |
# File 'sig/types.rbs', line 4625 def statistic @statistic end |
#target_resource_type ⇒ "CLOUDFRONT_DISTRIBUTION", ...
Returns the value of attribute target_resource_type.
4626 4627 4628 |
# File 'sig/types.rbs', line 4626 def target_resource_type @target_resource_type end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
4627 4628 4629 |
# File 'sig/types.rbs', line 4627 def threshold @threshold end |
#treat_missing_data ⇒ "notBreaching", ...
Returns the value of attribute treat_missing_data.
4628 4629 4630 |
# File 'sig/types.rbs', line 4628 def treat_missing_data @treat_missing_data end |