Class: Aws::Types::CognitoConfig
- Inherits:
-
Object
- Object
- Aws::Types::CognitoConfig
- 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.
197 198 199 |
# File 'sig/types.rbs', line 197 def app_id_client_regex @app_id_client_regex end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
196 197 198 |
# File 'sig/types.rbs', line 196 def aws_region @aws_region end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
195 196 197 |
# File 'sig/types.rbs', line 195 def user_pool_id @user_pool_id end |