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

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

Instance Attribute Details

#eventsArray<Types::Event>

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

Returns:



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