Class: Aws::Types::UpdateEventActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEventActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::Action
Returns the value of attribute action.
-
#event_action_id ⇒ ::String
Returns the value of attribute event_action_id.
Instance Attribute Details
#action ⇒ Types::Action
Returns the value of attribute action.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def action @action end |
#event_action_id ⇒ ::String
Returns the value of attribute event_action_id.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def event_action_id @event_action_id end |