You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::ReputationOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ReputationOptions
- Defined in:
- (unknown)
Overview
When passing ReputationOptions as input to an Aws::Client method, you can use a vanilla Hash:
{
reputation_metrics_enabled: false,
last_fresh_start: Time.now,
}
Enable or disable collection of reputation metrics for emails that you send using this configuration set in the current AWS Region.
Returned by:
Instance Attribute Summary collapse
-
#last_fresh_start ⇒ Time
The date and time (in Unix time) when the reputation metrics were last given a fresh start.
-
#reputation_metrics_enabled ⇒ Boolean
If
true
, tracking of reputation metrics is enabled for the configuration set.
Instance Attribute Details
#last_fresh_start ⇒ Time
The date and time (in Unix time) when the reputation metrics were last given a fresh start. When your account is given a fresh start, your reputation metrics are calculated starting from the date of the fresh start.
#reputation_metrics_enabled ⇒ Boolean
If true
, tracking of reputation metrics is enabled for the
configuration set. If false
, tracking of reputation metrics is
disabled for the configuration set.