GetEmailIdentityRequest

public struct GetEmailIdentityRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The email identity that you want to retrieve details for.

    Declaration

    Swift

    public let emailIdentity: String
  • Undocumented

    Declaration

    Swift

    public init(emailIdentity: String)