WriteSegmentRequest
public struct WriteSegmentRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The criteria that define the dimensions for the segment.
Declaration
Swift
public let dimensions: SegmentDimensions?
-
The name of the segment.
Declaration
Swift
public let name: String?
-
The segment group to use and the dimensions to apply to the group’s base segments in order to build the segment. A segment group can consist of zero or more base segments. Your request can include only one segment group.
Declaration
Swift
public let segmentGroups: SegmentGroupList?
-
A string-to-string map of key-value pairs that defines the tags to associate with the segment. Each tag consists of a required tag key and an associated tag value.
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(dimensions: SegmentDimensions? = nil, name: String? = nil, segmentGroups: SegmentGroupList? = nil, tags: [String : String]? = nil)