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.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def event_bridge_configuration @event_bridge_configuration end |
#lambda_function_configurations ⇒ ::Array[Types::LambdaFunctionConfiguration]
Returns the value of attribute lambda_function_configurations.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def lambda_function_configurations @lambda_function_configurations end |
#queue_configurations ⇒ ::Array[Types::QueueConfiguration]
Returns the value of attribute queue_configurations.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def queue_configurations @queue_configurations end |
#topic_configurations ⇒ ::Array[Types::TopicConfiguration]
Returns the value of attribute topic_configurations.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def topic_configurations @topic_configurations end |