Class: Aws::ChimeSDKVoice::Types::GeoMatchParams

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#area_codeString

The area code.

Returns:

  • (String)


988
989
990
991
992
993
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 988

class GeoMatchParams < Struct.new(
  :country,
  :area_code)
  SENSITIVE = []
  include Aws::Structure
end

#countryString

The country.

Returns:

  • (String)


988
989
990
991
992
993
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 988

class GeoMatchParams < Struct.new(
  :country,
  :area_code)
  SENSITIVE = []
  include Aws::Structure
end