Class: Aws::Types::CognitoConfig
- Inherits:
-
Object
- Object
- Aws::Types::CognitoConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_client_id ⇒ ::String
Returns the value of attribute app_client_id.
-
#user_pool_arn ⇒ ::String
Returns the value of attribute user_pool_arn.
-
#user_pool_domain ⇒ ::String
Returns the value of attribute user_pool_domain.
Instance Attribute Details
#app_client_id ⇒ ::String
Returns the value of attribute app_client_id.
112 113 114 |
# File 'sig/types.rbs', line 112 def app_client_id @app_client_id end |
#user_pool_arn ⇒ ::String
Returns the value of attribute user_pool_arn.
113 114 115 |
# File 'sig/types.rbs', line 113 def user_pool_arn @user_pool_arn end |
#user_pool_domain ⇒ ::String
Returns the value of attribute user_pool_domain.
114 115 116 |
# File 'sig/types.rbs', line 114 def user_pool_domain @user_pool_domain end |