Module: Aws::SESV2::Client::_GetEmailIdentityResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEmailIdentityResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #configuration_set_name ⇒ ::String
- #dkim_attributes ⇒ Types::DkimAttributes
- #feedback_forwarding_status ⇒ Boolean
- #identity_type ⇒ "EMAIL_ADDRESS", ...
- #mail_from_attributes ⇒ Types::MailFromAttributes
- #policies ⇒ ::Hash[::String, ::String]
- #tags ⇒ ::Array[Types::Tag]
- #verification_info ⇒ Types::VerificationInfo
- #verification_status ⇒ "PENDING", ...
- #verified_for_sending_status ⇒ Boolean
Instance Method Details
#configuration_set_name ⇒ ::String
782 |
# File 'sig/client.rbs', line 782
def configuration_set_name: () -> ::String
|
#dkim_attributes ⇒ Types::DkimAttributes
778 |
# File 'sig/client.rbs', line 778
def dkim_attributes: () -> Types::DkimAttributes
|
#feedback_forwarding_status ⇒ Boolean
776 |
# File 'sig/client.rbs', line 776
def feedback_forwarding_status: () -> bool
|
#identity_type ⇒ "EMAIL_ADDRESS", ...
775 |
# File 'sig/client.rbs', line 775
def identity_type: () -> ("EMAIL_ADDRESS" | "DOMAIN" | "MANAGED_DOMAIN")
|
#mail_from_attributes ⇒ Types::MailFromAttributes
779 |
# File 'sig/client.rbs', line 779
def mail_from_attributes: () -> Types::MailFromAttributes
|
#policies ⇒ ::Hash[::String, ::String]
780 |
# File 'sig/client.rbs', line 780
def policies: () -> ::Hash[::String, ::String]
|
#tags ⇒ ::Array[Types::Tag]
781 |
# File 'sig/client.rbs', line 781
def tags: () -> ::Array[Types::Tag]
|
#verification_info ⇒ Types::VerificationInfo
784 |
# File 'sig/client.rbs', line 784
def verification_info: () -> Types::VerificationInfo
|
#verification_status ⇒ "PENDING", ...
783 |
# File 'sig/client.rbs', line 783
def verification_status: () -> ("PENDING" | "SUCCESS" | "FAILED" | "TEMPORARY_FAILURE" | "NOT_STARTED")
|
#verified_for_sending_status ⇒ Boolean
777 |
# File 'sig/client.rbs', line 777
def verified_for_sending_status: () -> bool
|