Class: Aws::SESV2::Types::SuppressedDestinationSummary

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

Overview

A summary that describes the suppressed email address.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#email_addressString

The email address that's on the suppression list for your account.

Returns:

  • (String)


6653
6654
6655
6656
6657
6658
6659
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6653

class SuppressedDestinationSummary < Struct.new(
  :email_address,
  :reason,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeTime

The date and time when the suppressed destination was last updated, shown in Unix time format.

Returns:

  • (Time)


6653
6654
6655
6656
6657
6658
6659
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6653

class SuppressedDestinationSummary < Struct.new(
  :email_address,
  :reason,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason that the address was added to the suppression list for your account.

Returns:

  • (String)


6653
6654
6655
6656
6657
6658
6659
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6653

class SuppressedDestinationSummary < Struct.new(
  :email_address,
  :reason,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end