Class: Aws::Types::AddUserPoolClientSecretRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddUserPoolClientSecretRequest
- 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 ⇒ ::String
Returns the value of attribute client_secret.
-
#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.
51 52 53 |
# File 'sig/types.rbs', line 51 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
52 53 54 |
# File 'sig/types.rbs', line 52 def client_secret @client_secret end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
50 51 52 |
# File 'sig/types.rbs', line 50 def user_pool_id @user_pool_id end |