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.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def cloud_function_configuration @cloud_function_configuration end |
#queue_configuration ⇒ Types::QueueConfigurationDeprecated
Returns the value of attribute queue_configuration.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def queue_configuration @queue_configuration end |
#topic_configuration ⇒ Types::TopicConfigurationDeprecated
Returns the value of attribute topic_configuration.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def topic_configuration @topic_configuration end |