Class: Aws::Types::CreateCloudWatchAlarmTemplateRequestContent
- Inherits:
-
Object
- Object
- Aws::Types::CreateCloudWatchAlarmTemplateRequestContent
- 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.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#statistic ⇒ "SampleCount", ...
Returns the value of attribute statistic.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
3792 3793 3794 |
# File 'sig/types.rbs', line 3792 def comparison_operator @comparison_operator end |
#datapoints_to_alarm ⇒ ::Integer
Returns the value of attribute datapoints_to_alarm.
3793 3794 3795 |
# File 'sig/types.rbs', line 3793 def datapoints_to_alarm @datapoints_to_alarm end |
#description ⇒ ::String
Returns the value of attribute description.
3794 3795 3796 |
# File 'sig/types.rbs', line 3794 def description @description end |
#evaluation_periods ⇒ ::Integer
Returns the value of attribute evaluation_periods.
3795 3796 3797 |
# File 'sig/types.rbs', line 3795 def evaluation_periods @evaluation_periods end |
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
3796 3797 3798 |
# File 'sig/types.rbs', line 3796 def group_identifier @group_identifier end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
3797 3798 3799 |
# File 'sig/types.rbs', line 3797 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
3798 3799 3800 |
# File 'sig/types.rbs', line 3798 def name @name end |
#period ⇒ ::Integer
Returns the value of attribute period.
3799 3800 3801 |
# File 'sig/types.rbs', line 3799 def period @period end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
3805 3806 3807 |
# File 'sig/types.rbs', line 3805 def request_id @request_id end |
#statistic ⇒ "SampleCount", ...
Returns the value of attribute statistic.
3800 3801 3802 |
# File 'sig/types.rbs', line 3800 def statistic @statistic end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3801 3802 3803 |
# File 'sig/types.rbs', line 3801 def @tags end |
#target_resource_type ⇒ "CLOUDFRONT_DISTRIBUTION", ...
Returns the value of attribute target_resource_type.
3802 3803 3804 |
# File 'sig/types.rbs', line 3802 def target_resource_type @target_resource_type end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
3803 3804 3805 |
# File 'sig/types.rbs', line 3803 def threshold @threshold end |
#treat_missing_data ⇒ "notBreaching", ...
Returns the value of attribute treat_missing_data.
3804 3805 3806 |
# File 'sig/types.rbs', line 3804 def treat_missing_data @treat_missing_data end |