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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#last_fresh_startTime

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.

Returns:

  • (Time)

    The date and time (in Unix time) when the reputation metrics were last given a fresh start.

#reputation_metrics_enabledBoolean

If true, tracking of reputation metrics is enabled for the configuration set. If false, tracking of reputation metrics is disabled for the configuration set.

Returns:

  • (Boolean)

    If true, tracking of reputation metrics is enabled for the configuration set.