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

Class: Aws::PinpointEmail::Types::GetEmailIdentityRequest

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

Overview

Note:

When passing GetEmailIdentityRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  email_identity: "Identity", # required
}

A request to return details about an email identity.

Instance Attribute Summary collapse

Instance Attribute Details

#email_identityString

The email identity that you want to retrieve details for.

Returns:

  • (String)

    The email identity that you want to retrieve details for.