Class: Aws::Pinpoint::Types::VerificationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::VerificationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Verify OTP Message Response.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #valid  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether the OTP is valid or not.
 
Instance Attribute Details
#valid ⇒ Boolean
Specifies whether the OTP is valid or not.
      13204 13205 13206 13207 13208  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 13204 class VerificationResponse < Struct.new( :valid) SENSITIVE = [] include Aws::Structure end  |