You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::IdentityInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::IdentityInfo
- Defined in:
- (unknown)
Overview
Information about an email identity.
Instance Attribute Summary collapse
-
#identity_name ⇒ String
The address or domain of the identity.
-
#identity_type ⇒ String
The email identity type.
-
#sending_enabled ⇒ Boolean
Indicates whether or not you can send email from the identity.
Instance Attribute Details
#identity_name ⇒ String
The address or domain of the identity.
#identity_type ⇒ String
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
#sending_enabled ⇒ Boolean
Indicates whether or not you can send email from the identity.
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 SES to send email from that identity.