Class: Aws::Types::AwsAppSyncGraphQlApiUserPoolConfigDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsAppSyncGraphQlApiUserPoolConfigDetails
- 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 ⇒ ::String
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.
546 547 548 |
# File 'sig/types.rbs', line 546 def app_id_client_regex @app_id_client_regex end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
547 548 549 |
# File 'sig/types.rbs', line 547 def aws_region @aws_region end |
#default_action ⇒ ::String
Returns the value of attribute default_action.
548 549 550 |
# File 'sig/types.rbs', line 548 def default_action @default_action end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
549 550 551 |
# File 'sig/types.rbs', line 549 def user_pool_id @user_pool_id end |