Class: Aws::FraudDetector::Types::EventOrchestration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::EventOrchestration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The event orchestration status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_bridge_enabled ⇒ Boolean
Specifies if event orchestration is enabled through Amazon EventBridge.
Instance Attribute Details
#event_bridge_enabled ⇒ Boolean
Specifies if event orchestration is enabled through Amazon EventBridge.
1716 1717 1718 1719 1720 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1716 class EventOrchestration < Struct.new( :event_bridge_enabled) SENSITIVE = [] include Aws::Structure end |