SegmentLocation
public struct SegmentLocation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The country or region code, in ISO 3166-1 alpha-2 format, for the segment.
Declaration
Swift
public let country: SetDimension?
-
The GPS location and range for the segment.
Declaration
Swift
public let gPSPoint: GPSPointDimension?
-
Undocumented
Declaration
Swift
public init(country: SetDimension? = nil, gPSPoint: GPSPointDimension? = nil)