Class: Aws::Types::TransitionEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions ⇒ ::Array[Types::Action]

Returns the value of attribute actions.

Returns:



743
744
745
# File 'sig/types.rbs', line 743

def actions
  @actions
end

#condition ⇒ ::String

Returns the value of attribute condition.

Returns:

  • (::String)


742
743
744
# File 'sig/types.rbs', line 742

def condition
  @condition
end

#event_name ⇒ ::String

Returns the value of attribute event_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


744
745
746
# File 'sig/types.rbs', line 744

def next_state
  @next_state
end