DescribeConfigurationSetResponse
public struct DescribeConfigurationSetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The configuration set object associated with the specified configuration set.
Declaration
Swift
public let configurationSet: ConfigurationSet?
-
Undocumented
Declaration
Swift
public let deliveryOptions: DeliveryOptions?
-
A list of event destinations associated with the configuration set.
Declaration
Swift
public let eventDestinations: [EventDestination]?
-
An object that represents the reputation settings for the configuration set.
Declaration
Swift
public let reputationOptions: ReputationOptions?
-
The name of the custom open and click tracking domain associated with the configuration set.
Declaration
Swift
public let trackingOptions: TrackingOptions?
-
Undocumented
Declaration
Swift
public init(configurationSet: ConfigurationSet? = nil, deliveryOptions: DeliveryOptions? = nil, eventDestinations: [EventDestination]? = nil, reputationOptions: ReputationOptions? = nil, trackingOptions: TrackingOptions? = nil)