CreateGeoMatchSetRequest
public struct CreateGeoMatchSetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The value returned by the most recent call to GetChangeToken.
Declaration
Swift
public let changeToken: String
-
A friendly name or description of the GeoMatchSet. You can’t change Name after you create the GeoMatchSet.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(changeToken: String, name: String)
-
Declaration
Swift
public func validate(name: String) throws