Class: Aws::Types::PutEmailIdentityFeedbackAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutEmailIdentityFeedbackAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email_forwarding_enabled ⇒ Boolean
Returns the value of attribute email_forwarding_enabled.
-
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
Instance Attribute Details
#email_forwarding_enabled ⇒ Boolean
Returns the value of attribute email_forwarding_enabled.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def email_forwarding_enabled @email_forwarding_enabled end |
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def email_identity @email_identity end |