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.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def client_id @client_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def next_token @next_token end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def user_pool_id @user_pool_id end |