Class: Aws::Types::RespondToAuthChallengeResponse
- Inherits:
-
Object
- Object
- Aws::Types::RespondToAuthChallengeResponse
- 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.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def authentication_result @authentication_result end |
#challenge_name ⇒ "SMS_MFA", ...
Returns the value of attribute challenge_name.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def challenge_name @challenge_name end |
#challenge_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute challenge_parameters.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def challenge_parameters @challenge_parameters end |
#session ⇒ ::String
Returns the value of attribute session.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def session @session end |