Class: Aws::Types::GetEmailIdentityResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEmailIdentityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dkim_attributes ⇒ Types::DkimAttributes
Returns the value of attribute dkim_attributes.
-
#feedback_forwarding_status ⇒ Boolean
Returns the value of attribute feedback_forwarding_status.
-
#identity_type ⇒ "EMAIL_ADDRESS", ...
Returns the value of attribute identity_type.
-
#mail_from_attributes ⇒ Types::MailFromAttributes
Returns the value of attribute mail_from_attributes.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#verified_for_sending_status ⇒ Boolean
Returns the value of attribute verified_for_sending_status.
Instance Attribute Details
#dkim_attributes ⇒ Types::DkimAttributes
Returns the value of attribute dkim_attributes.
381 382 383 |
# File 'sig/types.rbs', line 381 def dkim_attributes @dkim_attributes end |
#feedback_forwarding_status ⇒ Boolean
Returns the value of attribute feedback_forwarding_status.
379 380 381 |
# File 'sig/types.rbs', line 379 def feedback_forwarding_status @feedback_forwarding_status end |
#identity_type ⇒ "EMAIL_ADDRESS", ...
Returns the value of attribute identity_type.
378 379 380 |
# File 'sig/types.rbs', line 378 def identity_type @identity_type end |
#mail_from_attributes ⇒ Types::MailFromAttributes
Returns the value of attribute mail_from_attributes.
382 383 384 |
# File 'sig/types.rbs', line 382 def mail_from_attributes @mail_from_attributes end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
383 384 385 |
# File 'sig/types.rbs', line 383 def end |
#verified_for_sending_status ⇒ Boolean
Returns the value of attribute verified_for_sending_status.
380 381 382 |
# File 'sig/types.rbs', line 380 def verified_for_sending_status @verified_for_sending_status end |