Class: Aws::IoTEvents::Types::OnExitLifecycle
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::OnExitLifecycle
- Defined in:
- gems/aws-sdk-iotevents/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 thecondition
isTRUE
.
Instance Attribute Details
#events ⇒ Array<Types::Event>
Specifies the actions
that are performed when the state is exited
and the condition
is TRUE
.
2505 2506 2507 2508 2509 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2505 class OnExitLifecycle < Struct.new( :events) SENSITIVE = [] include Aws::Structure end |