Class: Aws::Types::PutCaseEventConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutCaseEventConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#event_bridge ⇒ Types::EventBridgeConfiguration
Returns the value of attribute event_bridge.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
929 930 931 |
# File 'sig/types.rbs', line 929 def domain_id @domain_id end |
#event_bridge ⇒ Types::EventBridgeConfiguration
Returns the value of attribute event_bridge.
930 931 932 |
# File 'sig/types.rbs', line 930 def event_bridge @event_bridge end |