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

Class: Aws::PinpointEmail::Types::IdentityInfo

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

Overview

Information about an email identity.

Instance Attribute Summary collapse

Instance Attribute Details

#identity_nameString

The address or domain of the identity.

Returns:

  • (String)

    The address or domain of the identity.

#identity_typeString

The email identity type. The identity type can be one of the following:

  • EMAIL_ADDRESS – The identity is an email address.

  • DOMAIN – The identity is a domain.

  • MANAGED_DOMAIN – The identity is a domain that is managed by AWS.

    Possible values:

    • EMAIL_ADDRESS
    • DOMAIN
    • MANAGED_DOMAIN

Returns:

  • (String)

    The email identity type.

#sending_enabledBoolean

Indicates whether or not you can send email from the identity.

In Amazon Pinpoint, an identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon Pinpoint to send email from that identity.

Returns:

  • (Boolean)

    Indicates whether or not you can send email from the identity.