Class: Aws::Types::DeleteUserPoolClientSecretRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteUserPoolClientSecretRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_secret_id ⇒ ::String
Returns the value of attribute client_secret_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.
843 844 845 |
# File 'sig/types.rbs', line 843 def client_id @client_id end |
#client_secret_id ⇒ ::String
Returns the value of attribute client_secret_id.
844 845 846 |
# File 'sig/types.rbs', line 844 def client_secret_id @client_secret_id end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
842 843 844 |
# File 'sig/types.rbs', line 842 def user_pool_id @user_pool_id end |