Class: Aws::SESV2::Types::DeleteSuppressedDestinationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/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

Instance Attribute Details

#email_addressString

The suppressed email destination to remove from the account suppression list.

Returns:

  • (String)


1596
1597
1598
1599
1600
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1596

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