Class: Aws::Types::DeleteUserPoolClientRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteUserPoolClientRequest
- 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_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
830 831 832 |
# File 'sig/types.rbs', line 830 def client_id @client_id end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
829 830 831 |
# File 'sig/types.rbs', line 829 def user_pool_id @user_pool_id end |