Class: Aws::SESV2::Types::ReputationOptions

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


6145
6146
6147
6148
6149
6150
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6145

class ReputationOptions < Struct.new(
  :reputation_metrics_enabled,
  :last_fresh_start)
  SENSITIVE = []
  include Aws::Structure
end

#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)


6145
6146
6147
6148
6149
6150
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6145

class ReputationOptions < Struct.new(
  :reputation_metrics_enabled,
  :last_fresh_start)
  SENSITIVE = []
  include Aws::Structure
end