GeoMatchSetSummary

public struct GeoMatchSetSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The GeoMatchSetId for an GeoMatchSet. You can use GeoMatchSetId in a GetGeoMatchSet request to get detailed information about an GeoMatchSet.

    Declaration

    Swift

    public let geoMatchSetId: String
  • A friendly name or description of the GeoMatchSet. You can’t change the name of an GeoMatchSet after you create it.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(geoMatchSetId: String, name: String)