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.
13142 13143 13144 13145 13146 13147 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13142 class VerifySoftwareTokenResponse < Struct.new( :status, :session) SENSITIVE = [:session] include Aws::Structure end |
#status ⇒ String
The status of the verify software token.
13142 13143 13144 13145 13146 13147 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13142 class VerifySoftwareTokenResponse < Struct.new( :status, :session) SENSITIVE = [:session] include Aws::Structure end |