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.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def client_secrets @client_secrets end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def next_token @next_token end |