Class: Aws::Types::LogAlarm

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_log_line_count::Integer

Returns the value of attribute action_log_line_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def action_log_line_role_arn
  @action_log_line_role_arn
end

#actions_enabledBoolean

Returns the value of attribute actions_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


690
691
692
# File 'sig/types.rbs', line 690

def alarm_configuration_updated_timestamp
  @alarm_configuration_updated_timestamp
end

#alarm_description::String

Returns the value of attribute alarm_description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("GreaterThanOrEqualToThreshold", "GreaterThanThreshold", "LessThanThreshold", "LessThanOrEqualToThreshold", "LessThanLowerOrGreaterThanUpperThreshold", "LessThanLowerThreshold", "GreaterThanUpperThreshold")


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.

Returns:

  • ("PARTIAL_DATA", "EVALUATION_FAILURE", "EVALUATION_ERROR")


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


700
701
702
# File 'sig/types.rbs', line 700

def query_results_to_evaluate
  @query_results_to_evaluate
end

#scheduled_query_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


705
706
707
# File 'sig/types.rbs', line 705

def state_transitioned_timestamp
  @state_transitioned_timestamp
end

#state_updated_timestamp::Time

Returns the value of attribute state_updated_timestamp.

Returns:

  • (::Time)


698
699
700
# File 'sig/types.rbs', line 698

def state_updated_timestamp
  @state_updated_timestamp
end

#state_value"OK", ...

Returns the value of attribute state_value.

Returns:

  • ("OK", "ALARM", "INSUFFICIENT_DATA")


695
696
697
# File 'sig/types.rbs', line 695

def state_value
  @state_value
end

#threshold::Float

Returns the value of attribute threshold.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def treat_missing_data
  @treat_missing_data
end

#warm_up_configurationTypes::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