Class: Aws::IoTEvents::Types::OnExitLifecycle
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::OnExitLifecycle
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
When exiting this state, perform these ‘actions` if the specified `condition` is `TRUE`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Array<Types::Event>
Specifies the ‘actions` that are performed when the state is exited and the `condition` is `TRUE`.
Instance Attribute Details
#events ⇒ Array<Types::Event>
Specifies the ‘actions` that are performed when the state is exited and the `condition` is `TRUE`.
2504 2505 2506 2507 2508 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2504 class OnExitLifecycle < Struct.new( :events) SENSITIVE = [] include Aws::Structure end |