Method: Aws::IoTEvents::Types::TransitionEvent#actions
- Defined in:
- lib/aws-sdk-iotevents/types.rb
#actions ⇒ Array<Types::Action>
The actions to be performed.
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 |