Class: Aws::SNS::Types::VerifySMSSandboxPhoneNumberInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SNS::Types::VerifySMSSandboxPhoneNumberInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sns/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 [:phone_number]
Instance Attribute Summary collapse
- 
  
    
      #one_time_password  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The OTP sent to the destination number from the ‘CreateSMSSandBoxPhoneNumber` call.
 - 
  
    
      #phone_number  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The destination phone number to verify.
 
Instance Attribute Details
#one_time_password ⇒ String
The OTP sent to the destination number from the ‘CreateSMSSandBoxPhoneNumber` call.
      3111 3112 3113 3114 3115 3116  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 3111 class VerifySMSSandboxPhoneNumberInput < Struct.new( :phone_number, :one_time_password) SENSITIVE = [:phone_number] include Aws::Structure end  | 
  
#phone_number ⇒ String
The destination phone number to verify.
      3111 3112 3113 3114 3115 3116  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 3111 class VerifySMSSandboxPhoneNumberInput < Struct.new( :phone_number, :one_time_password) SENSITIVE = [:phone_number] include Aws::Structure end  |