Class: Aws::CognitoIdentityProvider::Types::ChallengeResponseType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ChallengeResponseType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The challenge response type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#challenge_name ⇒ String
The challenge name.
-
#challenge_response ⇒ String
The challenge response.
Instance Attribute Details
#challenge_name ⇒ String
The challenge name.
2273 2274 2275 2276 2277 2278 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2273 class ChallengeResponseType < Struct.new( :challenge_name, :challenge_response) SENSITIVE = [] include Aws::Structure end |
#challenge_response ⇒ String
The challenge response.
2273 2274 2275 2276 2277 2278 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2273 class ChallengeResponseType < Struct.new( :challenge_name, :challenge_response) SENSITIVE = [] include Aws::Structure end |