Class: Aws::Types::OnInputLifecycle

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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