Class: Aws::PinpointSMSVoiceV2::Types::DeleteVerifiedDestinationNumberRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::DeleteVerifiedDestinationNumberRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #verified_destination_number_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the verified destination phone number.
 
Instance Attribute Details
#verified_destination_number_id ⇒ String
The unique identifier for the verified destination phone number.
      1892 1893 1894 1895 1896  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1892 class DeleteVerifiedDestinationNumberRequest < Struct.new( :verified_destination_number_id) SENSITIVE = [] include Aws::Structure end  |