GetGeoMatchSetResponse
public struct GetGeoMatchSetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the GeoMatchSet that you specified in the GetGeoMatchSet request. This includes the Type, which for a GeoMatchContraint is always Country, as well as the Value, which is the identifier for a specific country.
Declaration
Swift
public let geoMatchSet: GeoMatchSet?
-
Undocumented
Declaration
Swift
public init(geoMatchSet: GeoMatchSet? = nil)