UpdateConfigurationSetTrackingOptionsRequest
public struct UpdateConfigurationSetTrackingOptionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the configuration set for which you want to update the custom tracking domain.
Declaration
Swift
public let configurationSetName: String
-
Undocumented
Declaration
Swift
public let trackingOptions: TrackingOptions
-
Undocumented
Declaration
Swift
public init(configurationSetName: String, trackingOptions: TrackingOptions)