Class: Aws::BedrockDataAutomation::Types::NotificationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::NotificationConfiguration
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Notification configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_bridge_configuration ⇒ Types::EventBridgeConfiguration
Event bridge configuration.
Instance Attribute Details
#event_bridge_configuration ⇒ Types::EventBridgeConfiguration
Event bridge configuration.
2238 2239 2240 2241 2242 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2238 class NotificationConfiguration < Struct.new( :event_bridge_configuration) SENSITIVE = [] include Aws::Structure end |