DeleteGeoMatchSetRequest

public struct DeleteGeoMatchSetRequest : 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
  • The GeoMatchSetID of the GeoMatchSet that you want to delete. GeoMatchSetId is returned by CreateGeoMatchSet and by ListGeoMatchSets.

    Declaration

    Swift

    public let geoMatchSetId: String
  • Undocumented

    Declaration

    Swift

    public init(changeToken: String, geoMatchSetId: String)
  • Declaration

    Swift

    public func validate(name: String) throws