Table of Contents

Class Filter

Namespace
Amazon.SecretsManager.Model
Assembly
AWSSDK.SecretsManager.dll

Allows you to filter your list of secrets.

public class Filter
Inheritance
Filter
Inherited Members

Constructors

Filter()

public Filter()

Properties

Key

Gets and sets the property Key.

Filters your list of secrets by a specific key.

public FilterNameStringType Key { get; set; }

Property Value

FilterNameStringType

Values

Gets and sets the property Values.

Filters your list of secrets by a specific value.

public List<string> Values { get; set; }

Property Value

List<string>