Class: Aws::Types::NotificationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::NotificationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
-
#topic_status ⇒ ::String
Returns the value of attribute topic_status.
Instance Attribute Details
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
308 309 310 |
# File 'sig/types.rbs', line 308 def topic_arn @topic_arn end |
#topic_status ⇒ ::String
Returns the value of attribute topic_status.
309 310 311 |
# File 'sig/types.rbs', line 309 def topic_status @topic_status end |