Class: Aws::Types::ListUserPoolClientSecretsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListUserPoolClientSecretsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_secrets ⇒ ::Array[Types::ClientSecretDescriptorType]
Returns the value of attribute client_secrets.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#client_secrets ⇒ ::Array[Types::ClientSecretDescriptorType]
Returns the value of attribute client_secrets.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def client_secrets @client_secrets end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def next_token @next_token end |