GetConfigurationSetResponse
public struct GetConfigurationSetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the configuration set.
Declaration
Swift
public let configurationSetName: String? -
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
Declaration
Swift
public let deliveryOptions: DeliveryOptions? -
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
Declaration
Swift
public let reputationOptions: ReputationOptions? -
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
Declaration
Swift
public let sendingOptions: SendingOptions? -
An object that contains information about the suppression list preferences for your account.
Declaration
Swift
public let suppressionOptions: SuppressionOptions? -
An array of objects that define the tags (keys and values) that are associated with the configuration set.
Declaration
Swift
public let tags: [Tag]? -
An object that defines the open and click tracking options for emails that you send using the configuration set.
Declaration
Swift
public let trackingOptions: TrackingOptions? -
init(configurationSetName:deliveryOptions:reputationOptions:sendingOptions:suppressionOptions:tags:trackingOptions:)Undocumented
Declaration
Swift
public init(configurationSetName: String? = nil, deliveryOptions: DeliveryOptions? = nil, reputationOptions: ReputationOptions? = nil, sendingOptions: SendingOptions? = nil, suppressionOptions: SuppressionOptions? = nil, tags: [Tag]? = nil, trackingOptions: TrackingOptions? = nil)
View on GitHub
GetConfigurationSetResponse Structure Reference