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.
4606 4607 4608 |
# File 'sig/types.rbs', line 4606 def comparison_operator @comparison_operator end |
#datapoints_to_alarm ⇒ ::Integer
Returns the value of attribute datapoints_to_alarm.
4607 4608 4609 |
# File 'sig/types.rbs', line 4607 def datapoints_to_alarm @datapoints_to_alarm end |
#description ⇒ ::String
Returns the value of attribute description.
4608 4609 4610 |
# File 'sig/types.rbs', line 4608 def description @description end |
#evaluation_periods ⇒ ::Integer
Returns the value of attribute evaluation_periods.
4609 4610 4611 |
# File 'sig/types.rbs', line 4609 def evaluation_periods @evaluation_periods end |
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
4610 4611 4612 |
# File 'sig/types.rbs', line 4610 def group_identifier @group_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
4611 4612 4613 |
# File 'sig/types.rbs', line 4611 def identifier @identifier end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
4612 4613 4614 |
# File 'sig/types.rbs', line 4612 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
4613 4614 4615 |
# File 'sig/types.rbs', line 4613 def name @name end |
#period ⇒ ::Integer
Returns the value of attribute period.
4614 4615 4616 |
# File 'sig/types.rbs', line 4614 def period @period end |
#statistic ⇒ "SampleCount", ...
Returns the value of attribute statistic.
4615 4616 4617 |
# File 'sig/types.rbs', line 4615 def statistic @statistic end |
#target_resource_type ⇒ "CLOUDFRONT_DISTRIBUTION", ...
Returns the value of attribute target_resource_type.
4616 4617 4618 |
# File 'sig/types.rbs', line 4616 def target_resource_type @target_resource_type end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
4617 4618 4619 |
# File 'sig/types.rbs', line 4617 def threshold @threshold end |
#treat_missing_data ⇒ "notBreaching", ...
Returns the value of attribute treat_missing_data.
4618 4619 4620 |
# File 'sig/types.rbs', line 4618 def treat_missing_data @treat_missing_data end |