class Aws::PinpointEmail::Types::ReputationOptions

Enable or disable collection of reputation metrics for emails that you send using this configuration set in the current AWS Region.

@note When making an API call, you may pass ReputationOptions

data as a hash:

    {
      reputation_metrics_enabled: false,
      last_fresh_start: Time.now,
    }

@!attribute [rw] reputation_metrics_enabled

If `true`, tracking of reputation metrics is enabled for the
configuration set. If `false`, tracking of reputation metrics is
disabled for the configuration set.
@return [Boolean]

@!attribute [rw] last_fresh_start

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.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/ReputationOptions AWS API Documentation

Constants

SENSITIVE