Method: Aws::IoTEvents::Types::TransitionEvent#condition
- Defined in:
- lib/aws-sdk-iotevents/types.rb
#condition ⇒ String
Required. A Boolean expression that when TRUE causes the actions to be performed and the ‘nextState` to be entered.
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 |