Class: Aws::Connect::Types::AvailableNumberSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::AvailableNumberSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about available phone numbers.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #phone_number  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The phone number.
 - 
  
    
      #phone_number_country_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ISO country code.
 - 
  
    
      #phone_number_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of phone number.
 
Instance Attribute Details
#phone_number ⇒ String
The phone number. Phone numbers are formatted ‘[+] [country code] [subscriber number including area code]`.
      1694 1695 1696 1697 1698 1699 1700  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1694 class AvailableNumberSummary < Struct.new( :phone_number, :phone_number_country_code, :phone_number_type) SENSITIVE = [] include Aws::Structure end  | 
  
#phone_number_country_code ⇒ String
The ISO country code.
      1694 1695 1696 1697 1698 1699 1700  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1694 class AvailableNumberSummary < Struct.new( :phone_number, :phone_number_country_code, :phone_number_type) SENSITIVE = [] include Aws::Structure end  | 
  
#phone_number_type ⇒ String
The type of phone number.
      1694 1695 1696 1697 1698 1699 1700  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1694 class AvailableNumberSummary < Struct.new( :phone_number, :phone_number_country_code, :phone_number_type) SENSITIVE = [] include Aws::Structure end  |