Class: Aws::SESV2::Types::SuppressedDestination

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

Overview

An object that contains information about an email address that is on the suppression list for your account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesTypes::SuppressedDestinationAttributes

An optional value that can contain additional information about the reasons that the address was added to the suppression list for your account.



7277
7278
7279
7280
7281
7282
7283
7284
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7277

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

#email_addressString

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

Returns:

  • (String)


7277
7278
7279
7280
7281
7282
7283
7284
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7277

class SuppressedDestination < Struct.new(
  :email_address,
  :reason,
  :last_update_time,
  :attributes)
  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)


7277
7278
7279
7280
7281
7282
7283
7284
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7277

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

#reasonString

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

Returns:

  • (String)


7277
7278
7279
7280
7281
7282
7283
7284
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7277

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