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.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def @analytics_metadata end |
#challenge_name ⇒ "SMS_MFA", ...
Returns the value of attribute challenge_name.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def challenge_name @challenge_name end |
#challenge_responses ⇒ ::Hash[::String, ::String]
Returns the value of attribute challenge_responses.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def challenge_responses @challenge_responses end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def client_id @client_id end |
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def @client_metadata end |
#session ⇒ ::String
Returns the value of attribute session.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def session @session end |
#user_context_data ⇒ Types::UserContextDataType
Returns the value of attribute user_context_data.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def user_context_data @user_context_data end |