Class: Aws::IoTEvents::Types::OnInputLifecycle

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb

Overview

Specifies the actions performed when the condition evaluates to TRUE.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<Types::Event>

Specifies the actions performed when the condition evaluates to TRUE.

Returns:



2524
2525
2526
2527
2528
2529
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2524

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

#transition_eventsArray<Types::TransitionEvent>

Specifies the actions performed, and the next state entered, when a condition evaluates to TRUE.

Returns:



2524
2525
2526
2527
2528
2529
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2524

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