Class: Aws::PinpointEmail::Types::DeleteEmailIdentityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::DeleteEmailIdentityRequest
- Includes:
- Structure
- Defined in:
- 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
-
#email_identity ⇒ String
The identity (that is, the email address or domain) that you want to delete from your Amazon Pinpoint account.
Instance Attribute Details
#email_identity ⇒ String
The identity (that is, the email address or domain) that you want to delete from your Amazon Pinpoint account.
562 563 564 565 566 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 562 class DeleteEmailIdentityRequest < Struct.new( :email_identity) SENSITIVE = [] include Aws::Structure end |