Class: Aws::Types::SetIdentityNotificationTopicRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetIdentityNotificationTopicRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity ⇒ ::String
Returns the value of attribute identity.
-
#notification_type ⇒ "Bounce", ...
Returns the value of attribute notification_type.
-
#sns_topic ⇒ ::String
Returns the value of attribute sns_topic.
Instance Attribute Details
#identity ⇒ ::String
Returns the value of attribute identity.
978 979 980 |
# File 'sig/types.rbs', line 978 def identity @identity end |
#notification_type ⇒ "Bounce", ...
Returns the value of attribute notification_type.
979 980 981 |
# File 'sig/types.rbs', line 979 def notification_type @notification_type end |
#sns_topic ⇒ ::String
Returns the value of attribute sns_topic.
980 981 982 |
# File 'sig/types.rbs', line 980 def sns_topic @sns_topic end |