Class: Aws::Types::NotificationChannel
- Inherits:
-
Object
- Object
- Aws::Types::NotificationChannel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
Instance Attribute Details
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
568 569 570 |
# File 'sig/types.rbs', line 568 def role_arn @role_arn end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
567 568 569 |
# File 'sig/types.rbs', line 567 def sns_topic_arn @sns_topic_arn end |