Class: Aws::Types::UpdateBackendAuthResourceConfig
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBackendAuthResourceConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_resources ⇒ "USER_POOL_ONLY", "IDENTITY_POOL_AND_USER_POOL"
Returns the value of attribute auth_resources.
-
#identity_pool_configs ⇒ Types::UpdateBackendAuthIdentityPoolConfig
Returns the value of attribute identity_pool_configs.
-
#service ⇒ "COGNITO"
Returns the value of attribute service.
-
#user_pool_configs ⇒ Types::UpdateBackendAuthUserPoolConfig
Returns the value of attribute user_pool_configs.
Instance Attribute Details
#auth_resources ⇒ "USER_POOL_ONLY", "IDENTITY_POOL_AND_USER_POOL"
Returns the value of attribute auth_resources.
990 991 992 |
# File 'sig/types.rbs', line 990 def auth_resources @auth_resources end |
#identity_pool_configs ⇒ Types::UpdateBackendAuthIdentityPoolConfig
Returns the value of attribute identity_pool_configs.
991 992 993 |
# File 'sig/types.rbs', line 991 def identity_pool_configs @identity_pool_configs end |
#service ⇒ "COGNITO"
Returns the value of attribute service.
992 993 994 |
# File 'sig/types.rbs', line 992 def service @service end |
#user_pool_configs ⇒ Types::UpdateBackendAuthUserPoolConfig
Returns the value of attribute user_pool_configs.
993 994 995 |
# File 'sig/types.rbs', line 993 def user_pool_configs @user_pool_configs end |