Class: Aws::Types::CloudwatchAlarmAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_name::String

Returns the value of attribute alarm_name.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def alarm_name
  @alarm_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def role_arn
  @role_arn
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def state_reason
  @state_reason
end

#state_value::String

Returns the value of attribute state_value.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def state_value
  @state_value
end