Class: Aws::Types::CreateBackendAuthIdentityPoolConfig
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackendAuthIdentityPoolConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_pool_name ⇒ ::String
Returns the value of attribute identity_pool_name.
-
#unauthenticated_login ⇒ Boolean
Returns the value of attribute unauthenticated_login.
Instance Attribute Details
#identity_pool_name ⇒ ::String
Returns the value of attribute identity_pool_name.
209 210 211 |
# File 'sig/types.rbs', line 209 def identity_pool_name @identity_pool_name end |
#unauthenticated_login ⇒ Boolean
Returns the value of attribute unauthenticated_login.
210 211 212 |
# File 'sig/types.rbs', line 210 def unauthenticated_login @unauthenticated_login end |