Class: Aws::IoTEvents::Types::OnEnterLifecycle

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#eventsArray<Types::Event>

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

Returns:



2490
2491
2492
2493
2494
# File 'lib/aws-sdk-iotevents/types.rb', line 2490

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