Class: Aws::Types::CreateCloudWatchAlarmTemplateResponseContent
- Inherits:
-
Object
- Object
- Aws::Types::CreateCloudWatchAlarmTemplateResponseContent
- 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.
3831 3832 3833 |
# File 'sig/types.rbs', line 3831 def arn @arn end |
#comparison_operator ⇒ "GreaterThanOrEqualToThreshold", ...
Returns the value of attribute comparison_operator.
3832 3833 3834 |
# File 'sig/types.rbs', line 3832 def comparison_operator @comparison_operator end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3833 3834 3835 |
# File 'sig/types.rbs', line 3833 def created_at @created_at end |
#datapoints_to_alarm ⇒ ::Integer
Returns the value of attribute datapoints_to_alarm.
3834 3835 3836 |
# File 'sig/types.rbs', line 3834 def datapoints_to_alarm @datapoints_to_alarm end |
#description ⇒ ::String
Returns the value of attribute description.
3835 3836 3837 |
# File 'sig/types.rbs', line 3835 def description @description end |
#evaluation_periods ⇒ ::Integer
Returns the value of attribute evaluation_periods.
3836 3837 3838 |
# File 'sig/types.rbs', line 3836 def evaluation_periods @evaluation_periods end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
3837 3838 3839 |
# File 'sig/types.rbs', line 3837 def group_id @group_id end |
#id ⇒ ::String
Returns the value of attribute id.
3838 3839 3840 |
# File 'sig/types.rbs', line 3838 def id @id end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
3839 3840 3841 |
# File 'sig/types.rbs', line 3839 def metric_name @metric_name end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
3840 3841 3842 |
# File 'sig/types.rbs', line 3840 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
3841 3842 3843 |
# File 'sig/types.rbs', line 3841 def name @name end |
#period ⇒ ::Integer
Returns the value of attribute period.
3842 3843 3844 |
# File 'sig/types.rbs', line 3842 def period @period end |
#statistic ⇒ "SampleCount", ...
Returns the value of attribute statistic.
3843 3844 3845 |
# File 'sig/types.rbs', line 3843 def statistic @statistic end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3844 3845 3846 |
# File 'sig/types.rbs', line 3844 def @tags end |
#target_resource_type ⇒ "CLOUDFRONT_DISTRIBUTION", ...
Returns the value of attribute target_resource_type.
3845 3846 3847 |
# File 'sig/types.rbs', line 3845 def target_resource_type @target_resource_type end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
3846 3847 3848 |
# File 'sig/types.rbs', line 3846 def threshold @threshold end |
#treat_missing_data ⇒ "notBreaching", ...
Returns the value of attribute treat_missing_data.
3847 3848 3849 |
# File 'sig/types.rbs', line 3847 def treat_missing_data @treat_missing_data end |