Class: Aws::IoTEvents::Types::OnInputLifecycle
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::OnInputLifecycle
- Defined in:
- gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb
Overview
Specifies the actions performed when the condition
evaluates to
TRUE.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Array<Types::Event>
Specifies the actions performed when the
condition
evaluates to TRUE. -
#transition_events ⇒ Array<Types::TransitionEvent>
Specifies the actions performed, and the next state entered, when a
condition
evaluates to TRUE.
Instance Attribute Details
#events ⇒ Array<Types::Event>
Specifies the actions performed when the condition
evaluates to
TRUE.
2524 2525 2526 2527 2528 2529 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2524 class OnInputLifecycle < Struct.new( :events, :transition_events) SENSITIVE = [] include Aws::Structure end |
#transition_events ⇒ Array<Types::TransitionEvent>
Specifies the actions performed, and the next state entered, when a
condition
evaluates to TRUE.
2524 2525 2526 2527 2528 2529 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2524 class OnInputLifecycle < Struct.new( :events, :transition_events) SENSITIVE = [] include Aws::Structure end |