Class: Aws::IoTEvents::Types::OnExitLifecycle

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#eventsArray<Types::Event>

Specifies the ‘actions` that are performed when the state is exited and the `condition` is `TRUE`.

Returns:



2504
2505
2506
2507
2508
# File 'lib/aws-sdk-iotevents/types.rb', line 2504

class OnExitLifecycle < Struct.new(
  :events)
  SENSITIVE = []
  include Aws::Structure
end