Class: Aws::PinpointSMSVoiceV2::Types::SendDestinationNumberVerificationCodeResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::SendDestinationNumberVerificationCodeResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the message.
 
Instance Attribute Details
#message_id ⇒ String
The unique identifier for the message.
      5391 5392 5393 5394 5395  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5391 class SendDestinationNumberVerificationCodeResult < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end  |