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.
628 629 630 |
# File 'sig/types.rbs', line 628 def email_forwarding_enabled @email_forwarding_enabled end |
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
627 628 629 |
# File 'sig/types.rbs', line 627 def email_identity @email_identity end |