Class: Aws::SESV2::Types::BlacklistEntry

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

Overview

An object that contains information about a blacklisting event that impacts one of the dedicated IP addresses that is associated with your account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Additional information about the blacklisting event, as provided by the blacklist maintainer.

Returns:

  • (String)


220
221
222
223
224
225
226
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 220

class BlacklistEntry < Struct.new(
  :rbl_name,
  :listing_time,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#listing_timeTime

The time when the blacklisting event occurred.

Returns:

  • (Time)


220
221
222
223
224
225
226
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 220

class BlacklistEntry < Struct.new(
  :rbl_name,
  :listing_time,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#rbl_nameString

The name of the blacklist that the IP address appears on.

Returns:

  • (String)


220
221
222
223
224
225
226
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 220

class BlacklistEntry < Struct.new(
  :rbl_name,
  :listing_time,
  :description)
  SENSITIVE = []
  include Aws::Structure
end