Class: Aws::Types::ChallengeResponseType
- Inherits:
-
Object
- Object
- Aws::Types::ChallengeResponseType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#challenge_name ⇒ "Password", "Mfa"
Returns the value of attribute challenge_name.
-
#challenge_response ⇒ "Success", "Failure"
Returns the value of attribute challenge_response.
Instance Attribute Details
#challenge_name ⇒ "Password", "Mfa"
Returns the value of attribute challenge_name.
467 468 469 |
# File 'sig/types.rbs', line 467 def challenge_name @challenge_name end |
#challenge_response ⇒ "Success", "Failure"
Returns the value of attribute challenge_response.
468 469 470 |
# File 'sig/types.rbs', line 468 def challenge_response @challenge_response end |