Class: Aws::Types::PutLogAlarmInput
- Inherits:
-
Object
- Object
- Aws::Types::PutLogAlarmInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_log_line_count ⇒ ::Integer
Returns the value of attribute action_log_line_count.
-
#action_log_line_role_arn ⇒ ::String
Returns the value of attribute action_log_line_role_arn.
-
#actions_enabled ⇒ Boolean
Returns the value of attribute actions_enabled.
-
#alarm_actions ⇒ ::Array[::String]
Returns the value of attribute alarm_actions.
-
#alarm_description ⇒ ::String
Returns the value of attribute alarm_description.
-
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
-
#comparison_operator ⇒ "GreaterThanOrEqualToThreshold", ...
Returns the value of attribute comparison_operator.
-
#insufficient_data_actions ⇒ ::Array[::String]
Returns the value of attribute insufficient_data_actions.
-
#ok_actions ⇒ ::Array[::String]
Returns the value of attribute ok_actions.
-
#query_results_to_alarm ⇒ ::Integer
Returns the value of attribute query_results_to_alarm.
-
#query_results_to_evaluate ⇒ ::Integer
Returns the value of attribute query_results_to_evaluate.
-
#scheduled_query_configuration ⇒ Types::ScheduledQueryConfiguration
Returns the value of attribute scheduled_query_configuration.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#threshold ⇒ ::Float
Returns the value of attribute threshold.
-
#treat_missing_data ⇒ ::String
Returns the value of attribute treat_missing_data.
-
#warm_up_configuration ⇒ Types::WarmUpConfiguration
Returns the value of attribute warm_up_configuration.
Instance Attribute Details
#action_log_line_count ⇒ ::Integer
Returns the value of attribute action_log_line_count.
953 954 955 |
# File 'sig/types.rbs', line 953 def action_log_line_count @action_log_line_count end |
#action_log_line_role_arn ⇒ ::String
Returns the value of attribute action_log_line_role_arn.
954 955 956 |
# File 'sig/types.rbs', line 954 def action_log_line_role_arn @action_log_line_role_arn end |
#actions_enabled ⇒ Boolean
Returns the value of attribute actions_enabled.
955 956 957 |
# File 'sig/types.rbs', line 955 def actions_enabled @actions_enabled end |
#alarm_actions ⇒ ::Array[::String]
Returns the value of attribute alarm_actions.
957 958 959 |
# File 'sig/types.rbs', line 957 def alarm_actions @alarm_actions end |
#alarm_description ⇒ ::String
Returns the value of attribute alarm_description.
951 952 953 |
# File 'sig/types.rbs', line 951 def alarm_description @alarm_description end |
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
950 951 952 |
# File 'sig/types.rbs', line 950 def alarm_name @alarm_name end |
#comparison_operator ⇒ "GreaterThanOrEqualToThreshold", ...
Returns the value of attribute comparison_operator.
962 963 964 |
# File 'sig/types.rbs', line 962 def comparison_operator @comparison_operator end |
#insufficient_data_actions ⇒ ::Array[::String]
Returns the value of attribute insufficient_data_actions.
958 959 960 |
# File 'sig/types.rbs', line 958 def insufficient_data_actions @insufficient_data_actions end |
#ok_actions ⇒ ::Array[::String]
Returns the value of attribute ok_actions.
956 957 958 |
# File 'sig/types.rbs', line 956 def ok_actions @ok_actions end |
#query_results_to_alarm ⇒ ::Integer
Returns the value of attribute query_results_to_alarm.
960 961 962 |
# File 'sig/types.rbs', line 960 def query_results_to_alarm @query_results_to_alarm end |
#query_results_to_evaluate ⇒ ::Integer
Returns the value of attribute query_results_to_evaluate.
959 960 961 |
# File 'sig/types.rbs', line 959 def query_results_to_evaluate @query_results_to_evaluate end |
#scheduled_query_configuration ⇒ Types::ScheduledQueryConfiguration
Returns the value of attribute scheduled_query_configuration.
952 953 954 |
# File 'sig/types.rbs', line 952 def scheduled_query_configuration @scheduled_query_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
964 965 966 |
# File 'sig/types.rbs', line 964 def @tags end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
961 962 963 |
# File 'sig/types.rbs', line 961 def threshold @threshold end |
#treat_missing_data ⇒ ::String
Returns the value of attribute treat_missing_data.
963 964 965 |
# File 'sig/types.rbs', line 963 def treat_missing_data @treat_missing_data end |
#warm_up_configuration ⇒ Types::WarmUpConfiguration
Returns the value of attribute warm_up_configuration.
965 966 967 |
# File 'sig/types.rbs', line 965 def warm_up_configuration @warm_up_configuration end |