Class: Aws::IoTEvents::Types::OnEnterLifecycle
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::OnEnterLifecycle
- Defined in:
- gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb
Overview
When entering this state, perform these actions
if the 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 entered and the
condition
isTRUE
.
Instance Attribute Details
#events ⇒ Array<Types::Event>
Specifies the actions that are performed when the state is entered
and the condition
is TRUE
.
2491 2492 2493 2494 2495 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2491 class OnEnterLifecycle < Struct.new( :events) SENSITIVE = [] include Aws::Structure end |