GeoMatchParams

public struct GeoMatchParams : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The area code.

    Declaration

    Swift

    public let areaCode: String
  • The country.

    Declaration

    Swift

    public let country: String
  • Undocumented

    Declaration

    Swift

    public init(areaCode: String, country: String)
  • Declaration

    Swift

    public func validate(name: String) throws