Class: Aws::PinpointSMSVoiceV2::Types::DescribePhoneNumbersResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::DescribePhoneNumbersResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to be used for the next set of paginated results.
 - 
  
    
      #phone_numbers  ⇒ Array<Types::PhoneNumberInformation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of PhoneNumberInformation objects that contain the details for the requested phone numbers.
 
Instance Attribute Details
#next_token ⇒ String
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
      2284 2285 2286 2287 2288 2289  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2284 class DescribePhoneNumbersResult < Struct.new( :phone_numbers, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#phone_numbers ⇒ Array<Types::PhoneNumberInformation>
An array of PhoneNumberInformation objects that contain the details for the requested phone numbers.
      2284 2285 2286 2287 2288 2289  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2284 class DescribePhoneNumbersResult < Struct.new( :phone_numbers, :next_token) SENSITIVE = [] include Aws::Structure end  |