Class: Aws::CognitoIdentityProvider::Types::VerifySoftwareTokenResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:session]

Instance Attribute Summary collapse

Instance Attribute Details

#sessionString

The session that should be passed both ways in challenge-response calls to the service.

Returns:

  • (String)


10804
10805
10806
10807
10808
10809
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10804

class VerifySoftwareTokenResponse < Struct.new(
  :status,
  :session)
  SENSITIVE = [:session]
  include Aws::Structure
end

#statusString

The status of the verify software token.

Returns:

  • (String)


10804
10805
10806
10807
10808
10809
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10804

class VerifySoftwareTokenResponse < Struct.new(
  :status,
  :session)
  SENSITIVE = [:session]
  include Aws::Structure
end