Class: Aws::Types::CognitoConfig
- Inherits:
-
Object
- Object
- Aws::Types::CognitoConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#user_pool ⇒ ::String
Returns the value of attribute user_pool.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def client_id @client_id end |
#user_pool ⇒ ::String
Returns the value of attribute user_pool.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def user_pool @user_pool end |