Class: Aws::BedrockDataAutomation::Types::EventBridgeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::EventBridgeConfiguration
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Event bridge configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_bridge_enabled ⇒ Boolean
Event bridge flag.
Instance Attribute Details
#event_bridge_enabled ⇒ Boolean
Event bridge flag.
1396 1397 1398 1399 1400 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1396 class EventBridgeConfiguration < Struct.new( :event_bridge_enabled) SENSITIVE = [] include Aws::Structure end |