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.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def authentication_result @authentication_result end |
#challenge_name ⇒ "SMS_MFA", ...
Returns the value of attribute challenge_name.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def challenge_name @challenge_name end |
#challenge_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute challenge_parameters.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def challenge_parameters @challenge_parameters end |
#session ⇒ ::String
Returns the value of attribute session.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def session @session end |