Class: Aws::ChimeSDKVoice::Types::GeoMatchParams
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ChimeSDKVoice::Types::GeoMatchParams
 
- 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
- 
  
    
      #area_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The area code. 
- 
  
    
      #country  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The country. 
Instance Attribute Details
#area_code ⇒ String
The area code.
| 1060 1061 1062 1063 1064 1065 | # File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1060 class GeoMatchParams < Struct.new( :country, :area_code) SENSITIVE = [] include Aws::Structure end | 
#country ⇒ String
The country.
| 1060 1061 1062 1063 1064 1065 | # File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1060 class GeoMatchParams < Struct.new( :country, :area_code) SENSITIVE = [] include Aws::Structure end |