Class: Aws::Types::CloudwatchAlarmAction
- Inherits:
-
Object
- Object
- Aws::Types::CloudwatchAlarmAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
-
#state_value ⇒ ::String
Returns the value of attribute state_value.
Instance Attribute Details
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
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.
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.
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.
583 584 585 |
# File 'sig/types.rbs', line 583 def state_value @state_value end |