Class: Aws::PinpointSMSVoiceV2::Types::DescribeVerifiedDestinationNumbersRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeVerifiedDestinationNumbersRequest
 
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #destination_phone_numbers  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An array of verified destination phone number, in E.164 format. 
- 
  
    
      #filters  ⇒ Array<Types::VerifiedDestinationNumberFilter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An array of VerifiedDestinationNumberFilter objects to filter the results. 
- 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The maximum number of results to return per each request. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The token to be used for the next set of paginated results. 
- 
  
    
      #verified_destination_number_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An array of VerifiedDestinationNumberid to retrieve. 
Instance Attribute Details
#destination_phone_numbers ⇒ Array<String>
An array of verified destination phone number, in E.164 format.
| 3099 3100 3101 3102 3103 3104 3105 3106 3107 | # File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3099 class DescribeVerifiedDestinationNumbersRequest < Struct.new( :verified_destination_number_ids, :destination_phone_numbers, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end | 
#filters ⇒ Array<Types::VerifiedDestinationNumberFilter>
An array of VerifiedDestinationNumberFilter objects to filter the results.
| 3099 3100 3101 3102 3103 3104 3105 3106 3107 | # File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3099 class DescribeVerifiedDestinationNumbersRequest < Struct.new( :verified_destination_number_ids, :destination_phone_numbers, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end | 
#max_results ⇒ Integer
The maximum number of results to return per each request.
| 3099 3100 3101 3102 3103 3104 3105 3106 3107 | # File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3099 class DescribeVerifiedDestinationNumbersRequest < Struct.new( :verified_destination_number_ids, :destination_phone_numbers, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
| 3099 3100 3101 3102 3103 3104 3105 3106 3107 | # File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3099 class DescribeVerifiedDestinationNumbersRequest < Struct.new( :verified_destination_number_ids, :destination_phone_numbers, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end | 
#verified_destination_number_ids ⇒ Array<String>
An array of VerifiedDestinationNumberid to retrieve.
| 3099 3100 3101 3102 3103 3104 3105 3106 3107 | # File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3099 class DescribeVerifiedDestinationNumbersRequest < Struct.new( :verified_destination_number_ids, :destination_phone_numbers, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |