Class: Aws::PinpointEmail::Types::VolumeStatistics

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

Overview

An object that contains information about the amount of email that was delivered to recipients.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inbox_raw_countInteger

The total number of emails that arrived in recipients' inboxes.

Returns:

  • (Integer)


3121
3122
3123
3124
3125
3126
3127
3128
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 3121

class VolumeStatistics < Struct.new(
  :inbox_raw_count,
  :spam_raw_count,
  :projected_inbox,
  :projected_spam)
  SENSITIVE = []
  include Aws::Structure
end

#projected_inboxInteger

An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.

Returns:

  • (Integer)


3121
3122
3123
3124
3125
3126
3127
3128
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 3121

class VolumeStatistics < Struct.new(
  :inbox_raw_count,
  :spam_raw_count,
  :projected_inbox,
  :projected_spam)
  SENSITIVE = []
  include Aws::Structure
end

#projected_spamInteger

An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.

Returns:

  • (Integer)


3121
3122
3123
3124
3125
3126
3127
3128
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 3121

class VolumeStatistics < Struct.new(
  :inbox_raw_count,
  :spam_raw_count,
  :projected_inbox,
  :projected_spam)
  SENSITIVE = []
  include Aws::Structure
end

#spam_raw_countInteger

The total number of emails that arrived in recipients' spam or junk mail folders.

Returns:

  • (Integer)


3121
3122
3123
3124
3125
3126
3127
3128
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 3121

class VolumeStatistics < Struct.new(
  :inbox_raw_count,
  :spam_raw_count,
  :projected_inbox,
  :projected_spam)
  SENSITIVE = []
  include Aws::Structure
end