Class: Aws::Types::LogAlarm
- Inherits:
-
Object
- Object
- Aws::Types::LogAlarm
- 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_arn ⇒ ::String
Returns the value of attribute alarm_arn.
-
#alarm_configuration_updated_timestamp ⇒ ::Time
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 ⇒ "GreaterThanOrEqualToThreshold", ...
Returns the value of attribute comparison_operator.
-
#evaluation_state ⇒ "PARTIAL_DATA", ...
Returns the value of attribute evaluation_state.
-
#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.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
-
#state_reason_data ⇒ ::String
Returns the value of attribute state_reason_data.
-
#state_transitioned_timestamp ⇒ ::Time
Returns the value of attribute state_transitioned_timestamp.
-
#state_updated_timestamp ⇒ ::Time
Returns the value of attribute state_updated_timestamp.
-
#state_value ⇒ "OK", ...
Returns the value of attribute state_value.
-
#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.
707 708 709 |
# File 'sig/types.rbs', line 707 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.
708 709 710 |
# File 'sig/types.rbs', line 708 def action_log_line_role_arn @action_log_line_role_arn end |
#actions_enabled ⇒ Boolean
Returns the value of attribute actions_enabled.
691 692 693 |
# File 'sig/types.rbs', line 691 def actions_enabled @actions_enabled end |
#alarm_actions ⇒ ::Array[::String]
Returns the value of attribute alarm_actions.
693 694 695 |
# File 'sig/types.rbs', line 693 def alarm_actions @alarm_actions end |
#alarm_arn ⇒ ::String
Returns the value of attribute alarm_arn.
688 689 690 |
# File 'sig/types.rbs', line 688 def alarm_arn @alarm_arn end |
#alarm_configuration_updated_timestamp ⇒ ::Time
Returns the value of attribute alarm_configuration_updated_timestamp.
690 691 692 |
# File 'sig/types.rbs', line 690 def @alarm_configuration_updated_timestamp end |
#alarm_description ⇒ ::String
Returns the value of attribute alarm_description.
689 690 691 |
# File 'sig/types.rbs', line 689 def alarm_description @alarm_description end |
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
687 688 689 |
# File 'sig/types.rbs', line 687 def alarm_name @alarm_name end |
#comparison_operator ⇒ "GreaterThanOrEqualToThreshold", ...
Returns the value of attribute comparison_operator.
703 704 705 |
# File 'sig/types.rbs', line 703 def comparison_operator @comparison_operator end |
#evaluation_state ⇒ "PARTIAL_DATA", ...
Returns the value of attribute evaluation_state.
706 707 708 |
# File 'sig/types.rbs', line 706 def evaluation_state @evaluation_state end |
#insufficient_data_actions ⇒ ::Array[::String]
Returns the value of attribute insufficient_data_actions.
694 695 696 |
# File 'sig/types.rbs', line 694 def insufficient_data_actions @insufficient_data_actions end |
#ok_actions ⇒ ::Array[::String]
Returns the value of attribute ok_actions.
692 693 694 |
# File 'sig/types.rbs', line 692 def ok_actions @ok_actions end |
#query_results_to_alarm ⇒ ::Integer
Returns the value of attribute query_results_to_alarm.
701 702 703 |
# File 'sig/types.rbs', line 701 def query_results_to_alarm @query_results_to_alarm end |
#query_results_to_evaluate ⇒ ::Integer
Returns the value of attribute query_results_to_evaluate.
700 701 702 |
# File 'sig/types.rbs', line 700 def query_results_to_evaluate @query_results_to_evaluate end |
#scheduled_query_configuration ⇒ Types::ScheduledQueryConfiguration
Returns the value of attribute scheduled_query_configuration.
699 700 701 |
# File 'sig/types.rbs', line 699 def scheduled_query_configuration @scheduled_query_configuration end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
696 697 698 |
# File 'sig/types.rbs', line 696 def state_reason @state_reason end |
#state_reason_data ⇒ ::String
Returns the value of attribute state_reason_data.
697 698 699 |
# File 'sig/types.rbs', line 697 def state_reason_data @state_reason_data end |
#state_transitioned_timestamp ⇒ ::Time
Returns the value of attribute state_transitioned_timestamp.
705 706 707 |
# File 'sig/types.rbs', line 705 def @state_transitioned_timestamp end |
#state_updated_timestamp ⇒ ::Time
Returns the value of attribute state_updated_timestamp.
698 699 700 |
# File 'sig/types.rbs', line 698 def @state_updated_timestamp end |
#state_value ⇒ "OK", ...
Returns the value of attribute state_value.
695 696 697 |
# File 'sig/types.rbs', line 695 def state_value @state_value end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
702 703 704 |
# File 'sig/types.rbs', line 702 def threshold @threshold end |
#treat_missing_data ⇒ ::String
Returns the value of attribute treat_missing_data.
704 705 706 |
# File 'sig/types.rbs', line 704 def treat_missing_data @treat_missing_data end |
#warm_up_configuration ⇒ Types::WarmUpConfiguration
Returns the value of attribute warm_up_configuration.
709 710 711 |
# File 'sig/types.rbs', line 709 def warm_up_configuration @warm_up_configuration end |