Class: Aws::Connect::Types::SearchAvailablePhoneNumbersResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::SearchAvailablePhoneNumbersResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #available_numbers_list  ⇒ Array<Types::AvailableNumberSummary> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If there are additional results, this is the token for the next set of results.
 
Instance Attribute Details
#available_numbers_list ⇒ Array<Types::AvailableNumberSummary>
A list of available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group.
      19868 19869 19870 19871 19872 19873  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19868 class SearchAvailablePhoneNumbersResponse < Struct.new( :next_token, :available_numbers_list) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
      19868 19869 19870 19871 19872 19873  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19868 class SearchAvailablePhoneNumbersResponse < Struct.new( :next_token, :available_numbers_list) SENSITIVE = [] include Aws::Structure end  |