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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the filter to use. You can filter by the file-system-id or by volume-id.

Link copied to clipboard

The file-system-id or volume-id that you are filtering for.

Functions

Link copied to clipboard
inline fun copy(block: SnapshotFilter.Builder.() -> Unit = {}): SnapshotFilter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String