Class: Aws::Types::PutCompositeAlarmInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions_enabledBoolean

Returns the value of attribute actions_enabled.

Returns:

  • (Boolean)


911
912
913
# File 'sig/types.rbs', line 911

def actions_enabled
  @actions_enabled
end

#actions_suppressor::String

Returns the value of attribute actions_suppressor.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def actions_suppressor
  @actions_suppressor
end

#actions_suppressor_extension_period::Integer

Returns the value of attribute actions_suppressor_extension_period.

Returns:

  • (::Integer)


921
922
923
# File 'sig/types.rbs', line 921

def actions_suppressor_extension_period
  @actions_suppressor_extension_period
end

#actions_suppressor_wait_period::Integer

Returns the value of attribute actions_suppressor_wait_period.

Returns:

  • (::Integer)


920
921
922
# File 'sig/types.rbs', line 920

def actions_suppressor_wait_period
  @actions_suppressor_wait_period
end

#alarm_actions::Array[::String]

Returns the value of attribute alarm_actions.

Returns:

  • (::Array[::String])


912
913
914
# File 'sig/types.rbs', line 912

def alarm_actions
  @alarm_actions
end

#alarm_description::String

Returns the value of attribute alarm_description.

Returns:

  • (::String)


913
914
915
# File 'sig/types.rbs', line 913

def alarm_description
  @alarm_description
end

#alarm_name::String

Returns the value of attribute alarm_name.

Returns:

  • (::String)


914
915
916
# File 'sig/types.rbs', line 914

def alarm_name
  @alarm_name
end

#alarm_rule::String

Returns the value of attribute alarm_rule.

Returns:

  • (::String)


915
916
917
# File 'sig/types.rbs', line 915

def alarm_rule
  @alarm_rule
end

#insufficient_data_actions::Array[::String]

Returns the value of attribute insufficient_data_actions.

Returns:

  • (::Array[::String])


916
917
918
# File 'sig/types.rbs', line 916

def insufficient_data_actions
  @insufficient_data_actions
end

#ok_actions::Array[::String]

Returns the value of attribute ok_actions.

Returns:

  • (::Array[::String])


917
918
919
# File 'sig/types.rbs', line 917

def ok_actions
  @ok_actions
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



918
919
920
# File 'sig/types.rbs', line 918

def tags
  @tags
end