Class: Aws::Types::CreateCloudWatchAlarmTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCloudWatchAlarmTemplateRequest
- 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.
3774 3775 3776 |
# File 'sig/types.rbs', line 3774 def comparison_operator @comparison_operator end |
#datapoints_to_alarm ⇒ ::Integer
Returns the value of attribute datapoints_to_alarm.
3775 3776 3777 |
# File 'sig/types.rbs', line 3775 def datapoints_to_alarm @datapoints_to_alarm end |
#description ⇒ ::String
Returns the value of attribute description.
3776 3777 3778 |
# File 'sig/types.rbs', line 3776 def description @description end |
#evaluation_periods ⇒ ::Integer
Returns the value of attribute evaluation_periods.
3777 3778 3779 |
# File 'sig/types.rbs', line 3777 def evaluation_periods @evaluation_periods end |
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
3778 3779 3780 |
# File 'sig/types.rbs', line 3778 def group_identifier @group_identifier end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
3779 3780 3781 |
# File 'sig/types.rbs', line 3779 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
3780 3781 3782 |
# File 'sig/types.rbs', line 3780 def name @name end |
#period ⇒ ::Integer
Returns the value of attribute period.
3781 3782 3783 |
# File 'sig/types.rbs', line 3781 def period @period end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
3787 3788 3789 |
# File 'sig/types.rbs', line 3787 def request_id @request_id end |
#statistic ⇒ "SampleCount", ...
Returns the value of attribute statistic.
3782 3783 3784 |
# File 'sig/types.rbs', line 3782 def statistic @statistic end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3783 3784 3785 |
# File 'sig/types.rbs', line 3783 def @tags end |
#target_resource_type ⇒ "CLOUDFRONT_DISTRIBUTION", ...
Returns the value of attribute target_resource_type.
3784 3785 3786 |
# File 'sig/types.rbs', line 3784 def target_resource_type @target_resource_type end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
3785 3786 3787 |
# File 'sig/types.rbs', line 3785 def threshold @threshold end |
#treat_missing_data ⇒ "notBreaching", ...
Returns the value of attribute treat_missing_data.
3786 3787 3788 |
# File 'sig/types.rbs', line 3786 def treat_missing_data @treat_missing_data end |