Class: Aws::FraudDetector::Types::EventOrchestration

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

Overview

The event orchestration status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_bridge_enabledBoolean

Specifies if event orchestration is enabled through Amazon EventBridge.

Returns:

  • (Boolean)


1716
1717
1718
1719
1720
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1716

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