Class: Aws::Types::AdminRespondToAuthChallengeResponse
- Inherits:
-
Object
- Object
- Aws::Types::AdminRespondToAuthChallengeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_result ⇒ Types::AuthenticationResultType
Returns the value of attribute authentication_result.
-
#challenge_name ⇒ "SMS_MFA", ...
Returns the value of attribute challenge_name.
-
#challenge_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute challenge_parameters.
-
#session ⇒ ::String
Returns the value of attribute session.
Instance Attribute Details
#authentication_result ⇒ Types::AuthenticationResultType
Returns the value of attribute authentication_result.
313 314 315 |
# File 'sig/types.rbs', line 313 def authentication_result @authentication_result end |
#challenge_name ⇒ "SMS_MFA", ...
Returns the value of attribute challenge_name.
310 311 312 |
# File 'sig/types.rbs', line 310 def challenge_name @challenge_name end |
#challenge_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute challenge_parameters.
312 313 314 |
# File 'sig/types.rbs', line 312 def challenge_parameters @challenge_parameters end |
#session ⇒ ::String
Returns the value of attribute session.
311 312 313 |
# File 'sig/types.rbs', line 311 def session @session end |