Class: Aws::PinpointSMSVoiceV2::Types::VerifyDestinationNumberRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::VerifyDestinationNumberRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #verification_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The verification code that was received by the verified destination phone number.
 - 
  
    
      #verified_destination_number_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the verififed destination phone number.
 
Instance Attribute Details
#verification_code ⇒ String
The verification code that was received by the verified destination phone number.
      6937 6938 6939 6940 6941 6942  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6937 class VerifyDestinationNumberRequest < Struct.new( :verified_destination_number_id, :verification_code) SENSITIVE = [] include Aws::Structure end  | 
  
#verified_destination_number_id ⇒ String
The unique identifier for the verififed destination phone number.
      6937 6938 6939 6940 6941 6942  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6937 class VerifyDestinationNumberRequest < Struct.new( :verified_destination_number_id, :verification_code) SENSITIVE = [] include Aws::Structure end  |