Class: Aws::Types::PutNotificationChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutNotificationChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sns_role_name ⇒ ::String
Returns the value of attribute sns_role_name.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
Instance Attribute Details
#sns_role_name ⇒ ::String
Returns the value of attribute sns_role_name.
946 947 948 |
# File 'sig/types.rbs', line 946 def sns_role_name @sns_role_name end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
945 946 947 |
# File 'sig/types.rbs', line 945 def sns_topic_arn @sns_topic_arn end |