Class: Aws::PinpointEmail::Types::DeleteEmailIdentityRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb

Overview

A request to delete an existing email identity. When you delete an identity, you lose the ability to use Amazon Pinpoint to send email from that identity. You can restore your ability to send email by completing the verification process for the identity again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#email_identityString

The identity (that is, the email address or domain) that you want to delete from your Amazon Pinpoint account.

Returns:

  • (String)


562
563
564
565
566
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 562

class DeleteEmailIdentityRequest < Struct.new(
  :email_identity)
  SENSITIVE = []
  include Aws::Structure
end