Class: Aws::CognitoIdentityProvider::Types::VerifySoftwareTokenResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::VerifySoftwareTokenResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 [:session]
Instance Attribute Summary collapse
- 
  
    
      #session  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The session that should be passed both ways in challenge-response calls to the service.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the verify software token.
 
Instance Attribute Details
#session ⇒ String
The session that should be passed both ways in challenge-response calls to the service.
      13470 13471 13472 13473 13474 13475  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13470 class VerifySoftwareTokenResponse < Struct.new( :status, :session) SENSITIVE = [:session] include Aws::Structure end  | 
  
#status ⇒ String
The status of the verify software token.
      13470 13471 13472 13473 13474 13475  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13470 class VerifySoftwareTokenResponse < Struct.new( :status, :session) SENSITIVE = [:session] include Aws::Structure end  |