Class: Aws::Types::AdminRespondToAuthChallengeRequest
- Inherits:
-
Object
- Object
- Aws::Types::AdminRespondToAuthChallengeRequest
- 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.
-
#context_data ⇒ Types::ContextDataType
Returns the value of attribute context_data.
-
#session ⇒ ::String
Returns the value of attribute session.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#analytics_metadata ⇒ Types::AnalyticsMetadataType
Returns the value of attribute analytics_metadata.
303 304 305 |
# File 'sig/types.rbs', line 303 def @analytics_metadata end |
#challenge_name ⇒ "SMS_MFA", ...
Returns the value of attribute challenge_name.
300 301 302 |
# File 'sig/types.rbs', line 300 def challenge_name @challenge_name end |
#challenge_responses ⇒ ::Hash[::String, ::String]
Returns the value of attribute challenge_responses.
301 302 303 |
# File 'sig/types.rbs', line 301 def challenge_responses @challenge_responses end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
299 300 301 |
# File 'sig/types.rbs', line 299 def client_id @client_id end |
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
305 306 307 |
# File 'sig/types.rbs', line 305 def @client_metadata end |
#context_data ⇒ Types::ContextDataType
Returns the value of attribute context_data.
304 305 306 |
# File 'sig/types.rbs', line 304 def context_data @context_data end |
#session ⇒ ::String
Returns the value of attribute session.
302 303 304 |
# File 'sig/types.rbs', line 302 def session @session end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
298 299 300 |
# File 'sig/types.rbs', line 298 def user_pool_id @user_pool_id end |