Class: Aws::Types::UpdateCloudWatchAlarmTemplateResponseContent
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCloudWatchAlarmTemplateResponseContent
- 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.
4660 4661 4662 |
# File 'sig/types.rbs', line 4660 def arn @arn end |
#comparison_operator ⇒ "GreaterThanOrEqualToThreshold", ...
Returns the value of attribute comparison_operator.
4661 4662 4663 |
# File 'sig/types.rbs', line 4661 def comparison_operator @comparison_operator end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4662 4663 4664 |
# File 'sig/types.rbs', line 4662 def created_at @created_at end |
#datapoints_to_alarm ⇒ ::Integer
Returns the value of attribute datapoints_to_alarm.
4663 4664 4665 |
# File 'sig/types.rbs', line 4663 def datapoints_to_alarm @datapoints_to_alarm end |
#description ⇒ ::String
Returns the value of attribute description.
4664 4665 4666 |
# File 'sig/types.rbs', line 4664 def description @description end |
#evaluation_periods ⇒ ::Integer
Returns the value of attribute evaluation_periods.
4665 4666 4667 |
# File 'sig/types.rbs', line 4665 def evaluation_periods @evaluation_periods end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
4666 4667 4668 |
# File 'sig/types.rbs', line 4666 def group_id @group_id end |
#id ⇒ ::String
Returns the value of attribute id.
4667 4668 4669 |
# File 'sig/types.rbs', line 4667 def id @id end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
4668 4669 4670 |
# File 'sig/types.rbs', line 4668 def metric_name @metric_name end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4669 4670 4671 |
# File 'sig/types.rbs', line 4669 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
4670 4671 4672 |
# File 'sig/types.rbs', line 4670 def name @name end |
#period ⇒ ::Integer
Returns the value of attribute period.
4671 4672 4673 |
# File 'sig/types.rbs', line 4671 def period @period end |
#statistic ⇒ "SampleCount", ...
Returns the value of attribute statistic.
4672 4673 4674 |
# File 'sig/types.rbs', line 4672 def statistic @statistic end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4673 4674 4675 |
# File 'sig/types.rbs', line 4673 def @tags end |
#target_resource_type ⇒ "CLOUDFRONT_DISTRIBUTION", ...
Returns the value of attribute target_resource_type.
4674 4675 4676 |
# File 'sig/types.rbs', line 4674 def target_resource_type @target_resource_type end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
4675 4676 4677 |
# File 'sig/types.rbs', line 4675 def threshold @threshold end |
#treat_missing_data ⇒ "notBreaching", ...
Returns the value of attribute treat_missing_data.
4676 4677 4678 |
# File 'sig/types.rbs', line 4676 def treat_missing_data @treat_missing_data end |