Class: Aws::PinpointEmail::Types::BlacklistEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/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)


52
53
54
55
56
57
58
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 52

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

#listing_timeTime

The time when the blacklisting event occurred, shown in Unix time format.

Returns:

  • (Time)


52
53
54
55
56
57
58
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 52

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)


52
53
54
55
56
57
58
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 52

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