Class: Aws::PinpointEmail::Types::DomainIspPlacement

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

Overview

An object that contains inbox placement data for email sent from one of your email domains to a specific email provider.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inbox_percentageFloat

The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.

Returns:

  • (Float)


898
899
900
901
902
903
904
905
906
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 898

class DomainIspPlacement < Struct.new(
  :isp_name,
  :inbox_raw_count,
  :spam_raw_count,
  :inbox_percentage,
  :spam_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#inbox_raw_countInteger

The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.

Returns:

  • (Integer)


898
899
900
901
902
903
904
905
906
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 898

class DomainIspPlacement < Struct.new(
  :isp_name,
  :inbox_raw_count,
  :spam_raw_count,
  :inbox_percentage,
  :spam_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#isp_nameString

The name of the email provider that the inbox placement data applies to.

Returns:

  • (String)


898
899
900
901
902
903
904
905
906
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 898

class DomainIspPlacement < Struct.new(
  :isp_name,
  :inbox_raw_count,
  :spam_raw_count,
  :inbox_percentage,
  :spam_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#spam_percentageFloat

The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.

Returns:

  • (Float)


898
899
900
901
902
903
904
905
906
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 898

class DomainIspPlacement < Struct.new(
  :isp_name,
  :inbox_raw_count,
  :spam_raw_count,
  :inbox_percentage,
  :spam_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#spam_raw_countInteger

The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.

Returns:

  • (Integer)


898
899
900
901
902
903
904
905
906
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 898

class DomainIspPlacement < Struct.new(
  :isp_name,
  :inbox_raw_count,
  :spam_raw_count,
  :inbox_percentage,
  :spam_percentage)
  SENSITIVE = []
  include Aws::Structure
end