Class: Aws::SESV2::Types::GetSuppressedDestinationRequest

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

Overview

A request to retrieve information about an email address that's on the suppression list for your account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#email_addressString

The email address that's on the account suppression list.

Returns:

  • (String)


3665
3666
3667
3668
3669
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3665

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