Module: Aws::PinpointEmail::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
159 |
# File 'sig/client.rbs', line 159
def dkim_attributes: () -> Types::DkimAttributes
|
#identity_type ⇒ "EMAIL_ADDRESS", ...
157 |
# File 'sig/client.rbs', line 157
def identity_type: () -> ("EMAIL_ADDRESS" | "DOMAIN" | "MANAGED_DOMAIN")
|
#verified_for_sending_status ⇒ Boolean
158 |
# File 'sig/client.rbs', line 158
def verified_for_sending_status: () -> bool
|