IdentityInfo

public struct IdentityInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The address or domain of the identity.

    Declaration

    Swift

    public let identityName: 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.

    Declaration

    Swift

    public let identityType: IdentityType?
  • 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.

    Declaration

    Swift

    public let sendingEnabled: Bool?
  • Undocumented

    Declaration

    Swift

    public init(identityName: String? = nil, identityType: IdentityType? = nil, sendingEnabled: Bool? = nil)