Class: Aws::IoTEvents::Types::TransitionEvent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb

Overview

Specifies the actions performed and the next state entered when a condition evaluates to TRUE.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::Action>

The actions to be performed.

Returns:



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

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

#conditionString

Required. A Boolean expression that when TRUE causes the actions to be performed and the nextState to be entered.

Returns:

  • (String)


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

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

#event_nameString

The name of the transition event.

Returns:

  • (String)


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

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

#next_stateString

The next state to enter.

Returns:

  • (String)


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

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