Class: Aws::SESV2::Types::GetSuppressedDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetSuppressedDestinationRequest
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#email_address ⇒ String
The email address that’s on the account suppression list.
Instance Attribute Details
#email_address ⇒ String
The email address that’s on the account suppression list.
3728 3729 3730 3731 3732 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3728 class GetSuppressedDestinationRequest < Struct.new( :email_address) SENSITIVE = [] include Aws::Structure end |