Method: Aws::IoTEvents::Types::TransitionEvent#event_name

Defined in:
lib/aws-sdk-iotevents/types.rb

#event_nameString

The name of the transition event.

Returns:

  • (String)


2957
2958
2959
2960
2961
2962
2963
2964
# File 'lib/aws-sdk-iotevents/types.rb', line 2957

class TransitionEvent < Struct.new(
  :event_name,
  :condition,
  :actions,
  :next_state)
  SENSITIVE = []
  include Aws::Structure
end