Class: Aws::Types::OnInputLifecycle
- Inherits:
-
Object
- Object
- Aws::Types::OnInputLifecycle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#events ⇒ ::Array[Types::Event]
Returns the value of attribute events.
-
#transition_events ⇒ ::Array[Types::TransitionEvent]
Returns the value of attribute transition_events.
Instance Attribute Details
#events ⇒ ::Array[Types::Event]
Returns the value of attribute events.
602 603 604 |
# File 'sig/types.rbs', line 602 def events @events end |
#transition_events ⇒ ::Array[Types::TransitionEvent]
Returns the value of attribute transition_events.
603 604 605 |
# File 'sig/types.rbs', line 603 def transition_events @transition_events end |