Module: Aws::SESV2::Client::_CreateEmailIdentityResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateEmailIdentityResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dkim_attributes ⇒ Types::DkimAttributes
- #identity_type ⇒ "EMAIL_ADDRESS", ...
- #verified_for_sending_status ⇒ Boolean
Instance Method Details
#dkim_attributes ⇒ Types::DkimAttributes
274 |
# File 'sig/client.rbs', line 274 def dkim_attributes: () -> Types::DkimAttributes |
#identity_type ⇒ "EMAIL_ADDRESS", ...
272 |
# File 'sig/client.rbs', line 272 def identity_type: () -> ("EMAIL_ADDRESS" | "DOMAIN" | "MANAGED_DOMAIN") |
#verified_for_sending_status ⇒ Boolean
273 |
# File 'sig/client.rbs', line 273 def verified_for_sending_status: () -> bool |