You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::GeoMatchParams

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GeoMatchParams as input to an Aws::Client method, you can use a vanilla Hash:

{
  country: "Country", # required
  area_code: "AreaCode", # required
}

The country and area code for a proxy phone number in a proxy phone session.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#area_codeString

The area code.

Returns:

  • (String)

    The area code.

#countryString

The country.

Returns:

  • (String)

    The country.