Class: Aws::SESV2::Types::GetSuppressedDestinationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetSuppressedDestinationResponse
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
Information about the suppressed email address.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#suppressed_destination ⇒ Types::SuppressedDestination
An object containing information about the suppressed email address.
Instance Attribute Details
#suppressed_destination ⇒ Types::SuppressedDestination
An object containing information about the suppressed email address.
3742 3743 3744 3745 3746 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3742 class GetSuppressedDestinationResponse < Struct.new( :suppressed_destination) SENSITIVE = [] include Aws::Structure end |