Class: Aws::SESV2::Types::PutSuppressedDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::PutSuppressedDestinationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
A request to add an email destination to the suppression list for your account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#email_address ⇒ String
The email address that should be added to the suppression list for your account.
-
#reason ⇒ String
The factors that should cause the email address to be added to the suppression list for your account.
Instance Attribute Details
#email_address ⇒ String
The email address that should be added to the suppression list for your account.
6070 6071 6072 6073 6074 6075 |
# File 'lib/aws-sdk-sesv2/types.rb', line 6070 class PutSuppressedDestinationRequest < Struct.new( :email_address, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The factors that should cause the email address to be added to the suppression list for your account.
6070 6071 6072 6073 6074 6075 |
# File 'lib/aws-sdk-sesv2/types.rb', line 6070 class PutSuppressedDestinationRequest < Struct.new( :email_address, :reason) SENSITIVE = [] include Aws::Structure end |