Class: Aws::Types::NotificationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::NotificationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_bridge_configuration ⇒ Types::EventBridgeConfiguration
Returns the value of attribute event_bridge_configuration.
-
#lambda_function_configurations ⇒ ::Array[Types::LambdaFunctionConfiguration]
Returns the value of attribute lambda_function_configurations.
-
#queue_configurations ⇒ ::Array[Types::QueueConfiguration]
Returns the value of attribute queue_configurations.
-
#topic_configurations ⇒ ::Array[Types::TopicConfiguration]
Returns the value of attribute topic_configurations.
Instance Attribute Details
#event_bridge_configuration ⇒ Types::EventBridgeConfiguration
Returns the value of attribute event_bridge_configuration.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def event_bridge_configuration @event_bridge_configuration end |
#lambda_function_configurations ⇒ ::Array[Types::LambdaFunctionConfiguration]
Returns the value of attribute lambda_function_configurations.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def lambda_function_configurations @lambda_function_configurations end |
#queue_configurations ⇒ ::Array[Types::QueueConfiguration]
Returns the value of attribute queue_configurations.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def queue_configurations @queue_configurations end |
#topic_configurations ⇒ ::Array[Types::TopicConfiguration]
Returns the value of attribute topic_configurations.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def topic_configurations @topic_configurations end |