Class: Aws::Types::UserPoolConfig
- Inherits:
-
Object
- Object
- Aws::Types::UserPoolConfig
- 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.
-
#default_action ⇒ "ALLOW", "DENY"
Returns the value of attribute default_action.
-
#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.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def app_id_client_regex @app_id_client_regex end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def aws_region @aws_region end |
#default_action ⇒ "ALLOW", "DENY"
Returns the value of attribute default_action.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def default_action @default_action end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def user_pool_id @user_pool_id end |