Class: Aws::SESV2::Types::InboxPlacementTrackingOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::InboxPlacementTrackingOption
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
An object that contains information about the inbox placement data settings for a verified domain that’s associated with your Amazon Web Services account. This data is available only if you enabled the Deliverability dashboard for the domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global ⇒ Boolean
Specifies whether inbox placement data is being tracked for the domain.
-
#tracked_isps ⇒ Array<String>
An array of strings, one for each major email provider that the inbox placement data applies to.
Instance Attribute Details
#global ⇒ Boolean
Specifies whether inbox placement data is being tracked for the domain.
3950 3951 3952 3953 3954 3955 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3950 class InboxPlacementTrackingOption < Struct.new( :global, :tracked_isps) SENSITIVE = [] include Aws::Structure end |
#tracked_isps ⇒ Array<String>
An array of strings, one for each major email provider that the inbox placement data applies to.
3950 3951 3952 3953 3954 3955 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3950 class InboxPlacementTrackingOption < Struct.new( :global, :tracked_isps) SENSITIVE = [] include Aws::Structure end |