Class: Aws::Types::TransitionEvent
- Inherits:
-
Object
- Object
- Aws::Types::TransitionEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
-
#condition ⇒ ::String
Returns the value of attribute condition.
-
#event_name ⇒ ::String
Returns the value of attribute event_name.
-
#next_state ⇒ ::String
Returns the value of attribute next_state.
Instance Attribute Details
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
743 744 745 |
# File 'sig/types.rbs', line 743 def actions @actions end |
#condition ⇒ ::String
Returns the value of attribute condition.
742 743 744 |
# File 'sig/types.rbs', line 742 def condition @condition end |
#event_name ⇒ ::String
Returns the value of attribute event_name.
741 742 743 |
# File 'sig/types.rbs', line 741 def event_name @event_name end |
#next_state ⇒ ::String
Returns the value of attribute next_state.
744 745 746 |
# File 'sig/types.rbs', line 744 def next_state @next_state end |