ReputationOptions
public struct ReputationOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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.
Declaration
Swift
public let lastFreshStart: TimeStamp? -
If true, tracking of reputation metrics is enabled for the configuration set. If false, tracking of reputation metrics is disabled for the configuration set.
Declaration
Swift
public let reputationMetricsEnabled: Bool? -
Undocumented
Declaration
Swift
public init(lastFreshStart: TimeStamp? = nil, reputationMetricsEnabled: Bool? = nil)
View on GitHub
ReputationOptions Structure Reference