Class: Aws::Types::AwsCloudWatchAlarmDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsCloudWatchAlarmDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions_enabled ⇒ Boolean
Returns the value of attribute actions_enabled.
-
#alarm_actions ⇒ ::Array[::String]
Returns the value of attribute alarm_actions.
-
#alarm_arn ⇒ ::String
Returns the value of attribute alarm_arn.
-
#alarm_configuration_updated_timestamp ⇒ ::String
Returns the value of attribute alarm_configuration_updated_timestamp.
-
#alarm_description ⇒ ::String
Returns the value of attribute alarm_description.
-
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
-
#comparison_operator ⇒ ::String
Returns the value of attribute comparison_operator.
-
#datapoints_to_alarm ⇒ ::Integer
Returns the value of attribute datapoints_to_alarm.
-
#dimensions ⇒ ::Array[Types::AwsCloudWatchAlarmDimensionsDetails]
Returns the value of attribute dimensions.
-
#evaluate_low_sample_count_percentile ⇒ ::String
Returns the value of attribute evaluate_low_sample_count_percentile.
-
#evaluation_periods ⇒ ::Integer
Returns the value of attribute evaluation_periods.
-
#extended_statistic ⇒ ::String
Returns the value of attribute extended_statistic.
-
#insufficient_data_actions ⇒ ::Array[::String]
Returns the value of attribute insufficient_data_actions.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#ok_actions ⇒ ::Array[::String]
Returns the value of attribute ok_actions.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#statistic ⇒ ::String
Returns the value of attribute statistic.
-
#threshold ⇒ ::Float
Returns the value of attribute threshold.
-
#threshold_metric_id ⇒ ::String
Returns the value of attribute threshold_metric_id.
-
#treat_missing_data ⇒ ::String
Returns the value of attribute treat_missing_data.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#actions_enabled ⇒ Boolean
Returns the value of attribute actions_enabled.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def actions_enabled @actions_enabled end |
#alarm_actions ⇒ ::Array[::String]
Returns the value of attribute alarm_actions.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def alarm_actions @alarm_actions end |
#alarm_arn ⇒ ::String
Returns the value of attribute alarm_arn.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def alarm_arn @alarm_arn end |
#alarm_configuration_updated_timestamp ⇒ ::String
Returns the value of attribute alarm_configuration_updated_timestamp.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def @alarm_configuration_updated_timestamp end |
#alarm_description ⇒ ::String
Returns the value of attribute alarm_description.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def alarm_description @alarm_description end |
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def alarm_name @alarm_name end |
#comparison_operator ⇒ ::String
Returns the value of attribute comparison_operator.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def comparison_operator @comparison_operator end |
#datapoints_to_alarm ⇒ ::Integer
Returns the value of attribute datapoints_to_alarm.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def datapoints_to_alarm @datapoints_to_alarm end |
#dimensions ⇒ ::Array[Types::AwsCloudWatchAlarmDimensionsDetails]
Returns the value of attribute dimensions.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def dimensions @dimensions end |
#evaluate_low_sample_count_percentile ⇒ ::String
Returns the value of attribute evaluate_low_sample_count_percentile.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def evaluate_low_sample_count_percentile @evaluate_low_sample_count_percentile end |
#evaluation_periods ⇒ ::Integer
Returns the value of attribute evaluation_periods.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def evaluation_periods @evaluation_periods end |
#extended_statistic ⇒ ::String
Returns the value of attribute extended_statistic.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def extended_statistic @extended_statistic end |
#insufficient_data_actions ⇒ ::Array[::String]
Returns the value of attribute insufficient_data_actions.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def insufficient_data_actions @insufficient_data_actions end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def metric_name @metric_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def namespace @namespace end |
#ok_actions ⇒ ::Array[::String]
Returns the value of attribute ok_actions.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def ok_actions @ok_actions end |
#period ⇒ ::Integer
Returns the value of attribute period.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def period @period end |
#statistic ⇒ ::String
Returns the value of attribute statistic.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def statistic @statistic end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def threshold @threshold end |
#threshold_metric_id ⇒ ::String
Returns the value of attribute threshold_metric_id.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def threshold_metric_id @threshold_metric_id end |
#treat_missing_data ⇒ ::String
Returns the value of attribute treat_missing_data.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def treat_missing_data @treat_missing_data end |
#unit ⇒ ::String
Returns the value of attribute unit.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def unit @unit end |