Class: Aws::Types::AuthenticateCognitoActionConfig
- Inherits:
-
Object
- Object
- Aws::Types::AuthenticateCognitoActionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_request_extra_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute authentication_request_extra_params.
-
#on_unauthenticated_request ⇒ "deny", ...
Returns the value of attribute on_unauthenticated_request.
-
#scope ⇒ ::String
Returns the value of attribute scope.
-
#session_cookie_name ⇒ ::String
Returns the value of attribute session_cookie_name.
-
#session_timeout ⇒ ::Integer
Returns the value of attribute session_timeout.
-
#user_pool_arn ⇒ ::String
Returns the value of attribute user_pool_arn.
-
#user_pool_client_id ⇒ ::String
Returns the value of attribute user_pool_client_id.
-
#user_pool_domain ⇒ ::String
Returns the value of attribute user_pool_domain.
Instance Attribute Details
#authentication_request_extra_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute authentication_request_extra_params.
81 82 83 |
# File 'sig/types.rbs', line 81 def authentication_request_extra_params @authentication_request_extra_params end |
#on_unauthenticated_request ⇒ "deny", ...
Returns the value of attribute on_unauthenticated_request.
82 83 84 |
# File 'sig/types.rbs', line 82 def on_unauthenticated_request @on_unauthenticated_request end |
#scope ⇒ ::String
Returns the value of attribute scope.
79 80 81 |
# File 'sig/types.rbs', line 79 def scope @scope end |
#session_cookie_name ⇒ ::String
Returns the value of attribute session_cookie_name.
78 79 80 |
# File 'sig/types.rbs', line 78 def end |
#session_timeout ⇒ ::Integer
Returns the value of attribute session_timeout.
80 81 82 |
# File 'sig/types.rbs', line 80 def session_timeout @session_timeout end |
#user_pool_arn ⇒ ::String
Returns the value of attribute user_pool_arn.
75 76 77 |
# File 'sig/types.rbs', line 75 def user_pool_arn @user_pool_arn end |
#user_pool_client_id ⇒ ::String
Returns the value of attribute user_pool_client_id.
76 77 78 |
# File 'sig/types.rbs', line 76 def user_pool_client_id @user_pool_client_id end |
#user_pool_domain ⇒ ::String
Returns the value of attribute user_pool_domain.
77 78 79 |
# File 'sig/types.rbs', line 77 def user_pool_domain @user_pool_domain end |