Class: Aws::Types::SetIdentityHeadersInNotificationsEnabledRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetIdentityHeadersInNotificationsEnabledRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#identity ⇒ ::String
Returns the value of attribute identity.
-
#notification_type ⇒ "Bounce", ...
Returns the value of attribute notification_type.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
960 961 962 |
# File 'sig/types.rbs', line 960 def enabled @enabled end |
#identity ⇒ ::String
Returns the value of attribute identity.
958 959 960 |
# File 'sig/types.rbs', line 958 def identity @identity end |
#notification_type ⇒ "Bounce", ...
Returns the value of attribute notification_type.
959 960 961 |
# File 'sig/types.rbs', line 959 def notification_type @notification_type end |