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.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def role_arn @role_arn end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def sns_topic_arn @sns_topic_arn end |