Class: Aws::Types::CognitoUserPoolConfig
- Inherits:
-
Object
- Object
- Aws::Types::CognitoUserPoolConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id_client_regex ⇒ ::String
Returns the value of attribute app_id_client_regex.
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#app_id_client_regex ⇒ ::String
Returns the value of attribute app_id_client_regex.
204 205 206 |
# File 'sig/types.rbs', line 204 def app_id_client_regex @app_id_client_regex end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
203 204 205 |
# File 'sig/types.rbs', line 203 def aws_region @aws_region end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
202 203 204 |
# File 'sig/types.rbs', line 202 def user_pool_id @user_pool_id end |