# FiltersSnapshot
## Properties
**account_aliases** | Option<**Vec<String>**> | The account aliases of the owners of the snapshots. | [optional]
**account_ids** | Option<**Vec<String>**> | The account IDs of the owners of the snapshots. | [optional]
**client_tokens** | Option<**Vec<String>**> | The idempotency tokens provided when creating the snapshots. | [optional]
**descriptions** | Option<**Vec<String>**> | The descriptions of the snapshots. | [optional]
**from_creation_date** | Option<**String**> | The beginning of the time period, in ISO 8601 date-time format (for example, `2020-06-14T00:00:00.000Z`). | [optional]
**permissions_to_create_volume_account_ids** | Option<**Vec<String>**> | The account IDs which have permissions to create volumes. | [optional]
**permissions_to_create_volume_global_permission** | Option<**bool**> | If true, lists all public volumes. If false, lists all private volumes. | [optional]
**progresses** | Option<**Vec<i32>**> | The progresses of the snapshots, as a percentage. | [optional]
**snapshot_ids** | Option<**Vec<String>**> | The IDs of the snapshots. | [optional]
**states** | Option<**Vec<String>**> | The states of the snapshots (`in-queue` \\| `pending` \\| `completed` \\| `error` \\| `deleting`). | [optional]
**tag_keys** | Option<**Vec<String>**> | The keys of the tags associated with the snapshots. | [optional]
**tag_values** | Option<**Vec<String>**> | The values of the tags associated with the snapshots. | [optional]
**tags** | Option<**Vec<String>**> | The key/value combination of the tags associated with the snapshots, in the following format: "Filters":{"Tags":["TAGKEY=TAGVALUE"]}. | [optional]
**to_creation_date** | Option<**String**> | The end of the time period, in ISO 8601 date-time format (for example, `2020-06-30T00:00:00.000Z`). | [optional]
**volume_ids** | Option<**Vec<String>**> | The IDs of the volumes used to create the snapshots. | [optional]
**volume_sizes** | Option<**Vec<i32>**> | The sizes of the volumes used to create the snapshots, in gibibytes (GiB). | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)