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

Class: Aws::SES::Types::DeleteIdentityRequest

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

Overview

Note:

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

{
  identity: "Identity", # required
}

Represents a request to delete one of your Amazon SES identities (an email address or domain).

Instance Attribute Summary collapse

Instance Attribute Details

#identityString

The identity to be removed from the list of identities for the AWS Account.

Returns:

  • (String)

    The identity to be removed from the list of identities for the AWS Account.