Class SnapshotFilter
A filter used to restrict the results of DescribeSnapshots
calls. You can use
multiple filters to return results that meet all applied filter requirements.
public class SnapshotFilter
- Inheritance
-
SnapshotFilter
- Inherited Members
Constructors
SnapshotFilter()
public SnapshotFilter()
Properties
Name
Gets and sets the property Name.
The name of the filter to use. You can filter by the file-system-id
or by volume-id
.
public SnapshotFilterName Name { get; set; }
Property Value
Values
Gets and sets the property Values.
The file-system-id
or volume-id
that you are filtering for.
public List<string> Values { get; set; }