Class: Aws::IoTEvents::Types::OnInputLifecycle
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::OnInputLifecycle
- Includes:
- Structure
- Defined in:
- 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.
2523 2524 2525 2526 2527 2528 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2523 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.
2523 2524 2525 2526 2527 2528 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2523 class OnInputLifecycle < Struct.new( :events, :transition_events) SENSITIVE = [] include Aws::Structure end |