Class: Aws::SESV2::Types::OverallVolume

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

Overview

An object that contains information about email that was sent from the selected domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_isp_placementsArray<Types::DomainIspPlacement>

An object that contains inbox and junk mail placement metrics for individual email providers.

Returns:



5166
5167
5168
5169
5170
5171
5172
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5166

class OverallVolume < Struct.new(
  :volume_statistics,
  :read_rate_percent,
  :domain_isp_placements)
  SENSITIVE = []
  include Aws::Structure
end

#read_rate_percentFloat

The percentage of emails that were sent from the domain that were read by their recipients.

Returns:

  • (Float)


5166
5167
5168
5169
5170
5171
5172
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5166

class OverallVolume < Struct.new(
  :volume_statistics,
  :read_rate_percent,
  :domain_isp_placements)
  SENSITIVE = []
  include Aws::Structure
end

#volume_statisticsTypes::VolumeStatistics

An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.



5166
5167
5168
5169
5170
5171
5172
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5166

class OverallVolume < Struct.new(
  :volume_statistics,
  :read_rate_percent,
  :domain_isp_placements)
  SENSITIVE = []
  include Aws::Structure
end