UpdateConfigurationSetReputationMetricsEnabledRequest
public struct UpdateConfigurationSetReputationMetricsEnabledRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the configuration set that you want to update.
Declaration
Swift
public let configurationSetName: String -
Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
Declaration
Swift
public let enabled: Bool -
Undocumented
Declaration
Swift
public init(configurationSetName: String, enabled: Bool)
View on GitHub
UpdateConfigurationSetReputationMetricsEnabledRequest Structure Reference