GetGeoMatchSetRequest

public struct GetGeoMatchSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The GeoMatchSetId of the GeoMatchSet that you want to get. GeoMatchSetId is returned by CreateGeoMatchSet and by ListGeoMatchSets.

    Declaration

    Swift

    public let geoMatchSetId: String
  • Undocumented

    Declaration

    Swift

    public init(geoMatchSetId: String)
  • Declaration

    Swift

    public func validate(name: String) throws