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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#suppressed_destinationTypes::SuppressedDestination

An object containing information about the suppressed email address.



3679
3680
3681
3682
3683
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3679

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