Class: Aws::Types::AdminInitiateAuthRequest
- Inherits:
-
Object
- Object
- Aws::Types::AdminInitiateAuthRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analytics_metadata ⇒ Types::AnalyticsMetadataType
Returns the value of attribute analytics_metadata.
-
#auth_flow ⇒ "USER_SRP_AUTH", ...
Returns the value of attribute auth_flow.
-
#auth_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute auth_parameters.
-
#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.
213 214 215 |
# File 'sig/types.rbs', line 213 def @analytics_metadata end |
#auth_flow ⇒ "USER_SRP_AUTH", ...
Returns the value of attribute auth_flow.
210 211 212 |
# File 'sig/types.rbs', line 210 def auth_flow @auth_flow end |
#auth_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute auth_parameters.
211 212 213 |
# File 'sig/types.rbs', line 211 def auth_parameters @auth_parameters end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
209 210 211 |
# File 'sig/types.rbs', line 209 def client_id @client_id end |
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
212 213 214 |
# File 'sig/types.rbs', line 212 def @client_metadata end |
#context_data ⇒ Types::ContextDataType
Returns the value of attribute context_data.
214 215 216 |
# File 'sig/types.rbs', line 214 def context_data @context_data end |
#session ⇒ ::String
Returns the value of attribute session.
215 216 217 |
# File 'sig/types.rbs', line 215 def session @session end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
208 209 210 |
# File 'sig/types.rbs', line 208 def user_pool_id @user_pool_id end |