Class: Aws::Types::NotificationConfigurationDeprecated
- Inherits:
-
Object
- Object
- Aws::Types::NotificationConfigurationDeprecated
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_function_configuration ⇒ Types::CloudFunctionConfiguration
Returns the value of attribute cloud_function_configuration.
-
#queue_configuration ⇒ Types::QueueConfigurationDeprecated
Returns the value of attribute queue_configuration.
-
#topic_configuration ⇒ Types::TopicConfigurationDeprecated
Returns the value of attribute topic_configuration.
Instance Attribute Details
#cloud_function_configuration ⇒ Types::CloudFunctionConfiguration
Returns the value of attribute cloud_function_configuration.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def cloud_function_configuration @cloud_function_configuration end |
#queue_configuration ⇒ Types::QueueConfigurationDeprecated
Returns the value of attribute queue_configuration.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def queue_configuration @queue_configuration end |
#topic_configuration ⇒ Types::TopicConfigurationDeprecated
Returns the value of attribute topic_configuration.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def topic_configuration @topic_configuration end |