CreateConfigurationSetTrackingOptionsRequest
public struct CreateConfigurationSetTrackingOptionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the configuration set that the tracking options should be associated with.
Declaration
Swift
public let configurationSetName: String
-
Undocumented
Declaration
Swift
public let trackingOptions: TrackingOptions
-
Undocumented
Declaration
Swift
public init(configurationSetName: String, trackingOptions: TrackingOptions)