Class: Aws::SESV2::Types::GetSuppressedDestinationResponse

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

Overview

Information about the suppressed email address.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#suppressed_destinationTypes::SuppressedDestination

An object containing information about the suppressed email address.



4138
4139
4140
4141
4142
# File 'lib/aws-sdk-sesv2/types.rb', line 4138

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