Class: Aws::Types::RespondToAuthChallengeRequest
- Inherits:
-
Object
- Object
- Aws::Types::RespondToAuthChallengeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analytics_metadata ⇒ Types::AnalyticsMetadataType
Returns the value of attribute analytics_metadata.
-
#challenge_name ⇒ "SMS_MFA", ...
Returns the value of attribute challenge_name.
-
#challenge_responses ⇒ ::Hash[::String, ::String]
Returns the value of attribute challenge_responses.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
-
#session ⇒ ::String
Returns the value of attribute session.
-
#user_context_data ⇒ Types::UserContextDataType
Returns the value of attribute user_context_data.
Instance Attribute Details
#analytics_metadata ⇒ Types::AnalyticsMetadataType
Returns the value of attribute analytics_metadata.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def @analytics_metadata end |
#challenge_name ⇒ "SMS_MFA", ...
Returns the value of attribute challenge_name.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def challenge_name @challenge_name end |
#challenge_responses ⇒ ::Hash[::String, ::String]
Returns the value of attribute challenge_responses.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def challenge_responses @challenge_responses end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def client_id @client_id end |
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def @client_metadata end |
#session ⇒ ::String
Returns the value of attribute session.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def session @session end |
#user_context_data ⇒ Types::UserContextDataType
Returns the value of attribute user_context_data.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def user_context_data @user_context_data end |