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

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



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

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:



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

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