Class: Aws::Types::CloudWatchAlarmTemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchAlarmTemplateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#comparison_operator ⇒ "GreaterThanOrEqualToThreshold", ...
Returns the value of attribute comparison_operator.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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_id ⇒ ::String
Returns the value of attribute group_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
3710 3711 3712 |
# File 'sig/types.rbs', line 3710 def arn @arn end |
#comparison_operator ⇒ "GreaterThanOrEqualToThreshold", ...
Returns the value of attribute comparison_operator.
3711 3712 3713 |
# File 'sig/types.rbs', line 3711 def comparison_operator @comparison_operator end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3712 3713 3714 |
# File 'sig/types.rbs', line 3712 def created_at @created_at end |
#datapoints_to_alarm ⇒ ::Integer
Returns the value of attribute datapoints_to_alarm.
3713 3714 3715 |
# File 'sig/types.rbs', line 3713 def datapoints_to_alarm @datapoints_to_alarm end |
#description ⇒ ::String
Returns the value of attribute description.
3714 3715 3716 |
# File 'sig/types.rbs', line 3714 def description @description end |
#evaluation_periods ⇒ ::Integer
Returns the value of attribute evaluation_periods.
3715 3716 3717 |
# File 'sig/types.rbs', line 3715 def evaluation_periods @evaluation_periods end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
3716 3717 3718 |
# File 'sig/types.rbs', line 3716 def group_id @group_id end |
#id ⇒ ::String
Returns the value of attribute id.
3717 3718 3719 |
# File 'sig/types.rbs', line 3717 def id @id end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
3718 3719 3720 |
# File 'sig/types.rbs', line 3718 def metric_name @metric_name end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
3719 3720 3721 |
# File 'sig/types.rbs', line 3719 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
3720 3721 3722 |
# File 'sig/types.rbs', line 3720 def name @name end |
#period ⇒ ::Integer
Returns the value of attribute period.
3721 3722 3723 |
# File 'sig/types.rbs', line 3721 def period @period end |
#statistic ⇒ "SampleCount", ...
Returns the value of attribute statistic.
3722 3723 3724 |
# File 'sig/types.rbs', line 3722 def statistic @statistic end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3723 3724 3725 |
# File 'sig/types.rbs', line 3723 def @tags end |
#target_resource_type ⇒ "CLOUDFRONT_DISTRIBUTION", ...
Returns the value of attribute target_resource_type.
3724 3725 3726 |
# File 'sig/types.rbs', line 3724 def target_resource_type @target_resource_type end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
3725 3726 3727 |
# File 'sig/types.rbs', line 3725 def threshold @threshold end |
#treat_missing_data ⇒ "notBreaching", ...
Returns the value of attribute treat_missing_data.
3726 3727 3728 |
# File 'sig/types.rbs', line 3726 def treat_missing_data @treat_missing_data end |