Class: Aws::Types::IdentityNotificationAttributes
- Inherits:
-
Object
- Object
- Aws::Types::IdentityNotificationAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bounce_topic ⇒ ::String
Returns the value of attribute bounce_topic.
-
#complaint_topic ⇒ ::String
Returns the value of attribute complaint_topic.
-
#delivery_topic ⇒ ::String
Returns the value of attribute delivery_topic.
-
#forwarding_enabled ⇒ Boolean
Returns the value of attribute forwarding_enabled.
-
#headers_in_bounce_notifications_enabled ⇒ Boolean
Returns the value of attribute headers_in_bounce_notifications_enabled.
-
#headers_in_complaint_notifications_enabled ⇒ Boolean
Returns the value of attribute headers_in_complaint_notifications_enabled.
-
#headers_in_delivery_notifications_enabled ⇒ Boolean
Returns the value of attribute headers_in_delivery_notifications_enabled.
Instance Attribute Details
#bounce_topic ⇒ ::String
Returns the value of attribute bounce_topic.
496 497 498 |
# File 'sig/types.rbs', line 496 def bounce_topic @bounce_topic end |
#complaint_topic ⇒ ::String
Returns the value of attribute complaint_topic.
497 498 499 |
# File 'sig/types.rbs', line 497 def complaint_topic @complaint_topic end |
#delivery_topic ⇒ ::String
Returns the value of attribute delivery_topic.
498 499 500 |
# File 'sig/types.rbs', line 498 def delivery_topic @delivery_topic end |
#forwarding_enabled ⇒ Boolean
Returns the value of attribute forwarding_enabled.
499 500 501 |
# File 'sig/types.rbs', line 499 def forwarding_enabled @forwarding_enabled end |
#headers_in_bounce_notifications_enabled ⇒ Boolean
Returns the value of attribute headers_in_bounce_notifications_enabled.
500 501 502 |
# File 'sig/types.rbs', line 500 def headers_in_bounce_notifications_enabled @headers_in_bounce_notifications_enabled end |
#headers_in_complaint_notifications_enabled ⇒ Boolean
Returns the value of attribute headers_in_complaint_notifications_enabled.
501 502 503 |
# File 'sig/types.rbs', line 501 def headers_in_complaint_notifications_enabled @headers_in_complaint_notifications_enabled end |
#headers_in_delivery_notifications_enabled ⇒ Boolean
Returns the value of attribute headers_in_delivery_notifications_enabled.
502 503 504 |
# File 'sig/types.rbs', line 502 def headers_in_delivery_notifications_enabled @headers_in_delivery_notifications_enabled end |