Class ListSecretsResponse
- Namespace
- Amazon.SecretsManager.Model
- Assembly
- AWSSDK.SecretsManager.dll
This is the response object from the ListSecrets operation.
public class ListSecretsResponse : AmazonWebServiceResponse- Inheritance
- 
      
      ListSecretsResponse
Constructors
ListSecretsResponse()
public ListSecretsResponse()Properties
NextToken
Gets and sets the property NextToken.
If present in the response, this value indicates that there's more output available than included in the current response. This can occur even when the response includes no values at all, such as when you ask for a filtered view of a very long list. Use this value in the
NextTokenNextTokennullpublic string NextToken { get; set; }Property Value
SecretList
Gets and sets the property SecretList.
A list of the secrets in the account.
public List<SecretListEntry> SecretList { get; set; }