Module: Aws::PinpointEmail::Client::_GetEmailIdentityResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEmailIdentityResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dkim_attributes ⇒ Types::DkimAttributes
- #feedback_forwarding_status ⇒ Boolean
- #identity_type ⇒ "EMAIL_ADDRESS", ...
- #mail_from_attributes ⇒ Types::MailFromAttributes
- #tags ⇒ ::Array[Types::Tag]
- #verified_for_sending_status ⇒ Boolean
Instance Method Details
#dkim_attributes ⇒ Types::DkimAttributes
336 |
# File 'sig/client.rbs', line 336
def dkim_attributes: () -> Types::DkimAttributes
|
#feedback_forwarding_status ⇒ Boolean
334 |
# File 'sig/client.rbs', line 334
def feedback_forwarding_status: () -> bool
|
#identity_type ⇒ "EMAIL_ADDRESS", ...
333 |
# File 'sig/client.rbs', line 333
def identity_type: () -> ("EMAIL_ADDRESS" | "DOMAIN" | "MANAGED_DOMAIN")
|
#mail_from_attributes ⇒ Types::MailFromAttributes
337 |
# File 'sig/client.rbs', line 337
def mail_from_attributes: () -> Types::MailFromAttributes
|
#tags ⇒ ::Array[Types::Tag]
338 |
# File 'sig/client.rbs', line 338
def tags: () -> ::Array[Types::Tag]
|
#verified_for_sending_status ⇒ Boolean
335 |
# File 'sig/client.rbs', line 335
def verified_for_sending_status: () -> bool
|