Class: Aws::Types::PutLogAlarmInput

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)


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.

Returns:

  • (::String)


954
955
956
# File 'sig/types.rbs', line 954

def action_log_line_role_arn
  @action_log_line_role_arn
end

#actions_enabledBoolean

Returns the value of attribute actions_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


959
960
961
# File 'sig/types.rbs', line 959

def query_results_to_evaluate
  @query_results_to_evaluate
end

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

Returns:



964
965
966
# File 'sig/types.rbs', line 964

def tags
  @tags
end

#threshold::Float

Returns the value of attribute threshold.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


963
964
965
# File 'sig/types.rbs', line 963

def treat_missing_data
  @treat_missing_data
end

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