Class: Aws::Types::UserPoolClientDescription
- Inherits:
-
Object
- Object
- Aws::Types::UserPoolClientDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_name ⇒ ::String
Returns the value of attribute client_name.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def client_id @client_id end |
#client_name ⇒ ::String
Returns the value of attribute client_name.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def client_name @client_name end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def user_pool_id @user_pool_id end |