Class: Aws::Types::ListUserPoolClientSecretsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListUserPoolClientSecretsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#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.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def client_id @client_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def next_token @next_token end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def user_pool_id @user_pool_id end |