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.
836 837 838 |
# File 'sig/types.rbs', line 836 def client_id @client_id end |
#client_secret_id ⇒ ::String
Returns the value of attribute client_secret_id.
837 838 839 |
# File 'sig/types.rbs', line 837 def client_secret_id @client_secret_id end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
835 836 837 |
# File 'sig/types.rbs', line 835 def user_pool_id @user_pool_id end |