Class: Aws::Types::CreateBackendAuthResourceConfig
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackendAuthResourceConfig
- 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::CreateBackendAuthIdentityPoolConfig
Returns the value of attribute identity_pool_configs.
-
#service ⇒ "COGNITO"
Returns the value of attribute service.
-
#user_pool_configs ⇒ Types::CreateBackendAuthUserPoolConfig
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.
252 253 254 |
# File 'sig/types.rbs', line 252 def auth_resources @auth_resources end |
#identity_pool_configs ⇒ Types::CreateBackendAuthIdentityPoolConfig
Returns the value of attribute identity_pool_configs.
253 254 255 |
# File 'sig/types.rbs', line 253 def identity_pool_configs @identity_pool_configs end |
#service ⇒ "COGNITO"
Returns the value of attribute service.
254 255 256 |
# File 'sig/types.rbs', line 254 def service @service end |
#user_pool_configs ⇒ Types::CreateBackendAuthUserPoolConfig
Returns the value of attribute user_pool_configs.
255 256 257 |
# File 'sig/types.rbs', line 255 def user_pool_configs @user_pool_configs end |