Class: Aws::Types::State

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#on_enter ⇒ Types::OnEnterLifecycle

Returns the value of attribute on_enter.



715
716
717
# File 'sig/types.rbs', line 715

def on_enter
  @on_enter
end

#on_exit ⇒ Types::OnExitLifecycle

Returns the value of attribute on_exit.



716
717
718
# File 'sig/types.rbs', line 716

def on_exit
  @on_exit
end

#on_input ⇒ Types::OnInputLifecycle

Returns the value of attribute on_input.



714
715
716
# File 'sig/types.rbs', line 714

def on_input
  @on_input
end

#state_name ⇒ ::String

Returns the value of attribute state_name.

Returns:

  • (::String)


713
714
715
# File 'sig/types.rbs', line 713

def state_name
  @state_name
end