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
758 |
# File 'sig/client.rbs', line 758
def configuration_set_name: () -> ::String
|
#dkim_attributes ⇒ Types::DkimAttributes
754 |
# File 'sig/client.rbs', line 754
def dkim_attributes: () -> Types::DkimAttributes
|
#feedback_forwarding_status ⇒ Boolean
752 |
# File 'sig/client.rbs', line 752
def feedback_forwarding_status: () -> bool
|
#identity_type ⇒ "EMAIL_ADDRESS", ...
751 |
# File 'sig/client.rbs', line 751
def identity_type: () -> ("EMAIL_ADDRESS" | "DOMAIN" | "MANAGED_DOMAIN")
|
#mail_from_attributes ⇒ Types::MailFromAttributes
755 |
# File 'sig/client.rbs', line 755
def mail_from_attributes: () -> Types::MailFromAttributes
|
#policies ⇒ ::Hash[::String, ::String]
756 |
# File 'sig/client.rbs', line 756
def policies: () -> ::Hash[::String, ::String]
|
#tags ⇒ ::Array[Types::Tag]
757 |
# File 'sig/client.rbs', line 757
def tags: () -> ::Array[Types::Tag]
|
#verification_info ⇒ Types::VerificationInfo
760 |
# File 'sig/client.rbs', line 760
def verification_info: () -> Types::VerificationInfo
|
#verification_status ⇒ "PENDING", ...
759 |
# File 'sig/client.rbs', line 759
def verification_status: () -> ("PENDING" | "SUCCESS" | "FAILED" | "TEMPORARY_FAILURE" | "NOT_STARTED")
|
#verified_for_sending_status ⇒ Boolean
753 |
# File 'sig/client.rbs', line 753
def verified_for_sending_status: () -> bool
|