Class: Aws::Types::GetNotificationChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetNotificationChannelResponse
- 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.
391 392 393 |
# File 'sig/types.rbs', line 391 def sns_role_name @sns_role_name end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
390 391 392 |
# File 'sig/types.rbs', line 390 def sns_topic_arn @sns_topic_arn end |