You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::PinpointEmail::Types::CreateEmailIdentityResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

If the email identity is a domain, this object contains tokens that you can use to create a set of CNAME records. To sucessfully verify your domain, you have to add these records to the DNS configuration for your domain.

If the email identity is an email address, this object is empty.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#dkim_attributesTypes::DkimAttributes

An object that contains information about the DKIM attributes for the identity. This object includes the tokens that you use to create the CNAME records that are required to complete the DKIM verification process.

Returns:

  • (Types::DkimAttributes)

    An object that contains information about the DKIM attributes for the identity.

#identity_typeString

The email identity type.

Possible values:

  • EMAIL_ADDRESS
  • DOMAIN
  • MANAGED_DOMAIN

Returns:

  • (String)

    The email identity type.

#verified_for_sending_statusBoolean

Specifies whether or not the identity is verified. In Amazon Pinpoint, you can only send email from verified email addresses or domains. For more information about verifying identities, see the Amazon Pinpoint User Guide.

Returns:

  • (Boolean)

    Specifies whether or not the identity is verified.