Class: Aws::Types::UpdateCloudWatchAlarmTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCloudWatchAlarmTemplateResponse
- 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.
4639 4640 4641 |
# File 'sig/types.rbs', line 4639 def arn @arn end |
#comparison_operator ⇒ "GreaterThanOrEqualToThreshold", ...
Returns the value of attribute comparison_operator.
4640 4641 4642 |
# File 'sig/types.rbs', line 4640 def comparison_operator @comparison_operator end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4641 4642 4643 |
# File 'sig/types.rbs', line 4641 def created_at @created_at end |
#datapoints_to_alarm ⇒ ::Integer
Returns the value of attribute datapoints_to_alarm.
4642 4643 4644 |
# File 'sig/types.rbs', line 4642 def datapoints_to_alarm @datapoints_to_alarm end |
#description ⇒ ::String
Returns the value of attribute description.
4643 4644 4645 |
# File 'sig/types.rbs', line 4643 def description @description end |
#evaluation_periods ⇒ ::Integer
Returns the value of attribute evaluation_periods.
4644 4645 4646 |
# File 'sig/types.rbs', line 4644 def evaluation_periods @evaluation_periods end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
4645 4646 4647 |
# File 'sig/types.rbs', line 4645 def group_id @group_id end |
#id ⇒ ::String
Returns the value of attribute id.
4646 4647 4648 |
# File 'sig/types.rbs', line 4646 def id @id end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
4647 4648 4649 |
# File 'sig/types.rbs', line 4647 def metric_name @metric_name end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4648 4649 4650 |
# File 'sig/types.rbs', line 4648 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
4649 4650 4651 |
# File 'sig/types.rbs', line 4649 def name @name end |
#period ⇒ ::Integer
Returns the value of attribute period.
4650 4651 4652 |
# File 'sig/types.rbs', line 4650 def period @period end |
#statistic ⇒ "SampleCount", ...
Returns the value of attribute statistic.
4651 4652 4653 |
# File 'sig/types.rbs', line 4651 def statistic @statistic end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4652 4653 4654 |
# File 'sig/types.rbs', line 4652 def @tags end |
#target_resource_type ⇒ "CLOUDFRONT_DISTRIBUTION", ...
Returns the value of attribute target_resource_type.
4653 4654 4655 |
# File 'sig/types.rbs', line 4653 def target_resource_type @target_resource_type end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
4654 4655 4656 |
# File 'sig/types.rbs', line 4654 def threshold @threshold end |
#treat_missing_data ⇒ "notBreaching", ...
Returns the value of attribute treat_missing_data.
4655 4656 4657 |
# File 'sig/types.rbs', line 4655 def treat_missing_data @treat_missing_data end |