Class: Aws::SESV2::Types::DeleteSuppressedDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::DeleteSuppressedDestinationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
A request to remove an email address from the suppression list for your account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#email_address ⇒ String
The suppressed email destination to remove from the account suppression list.
Instance Attribute Details
#email_address ⇒ String
The suppressed email destination to remove from the account suppression list.
1620 1621 1622 1623 1624 |
# File 'lib/aws-sdk-sesv2/types.rb', line 1620 class DeleteSuppressedDestinationRequest < Struct.new( :email_address) SENSITIVE = [] include Aws::Structure end |