class Aws::DataSync::Types::FilterRule

Specifies which files, folders, and objects to include or exclude when transferring files from source to destination.

@note When making an API call, you may pass FilterRule

data as a hash:

    {
      filter_type: "SIMPLE_PATTERN", # accepts SIMPLE_PATTERN
      value: "FilterValue",
    }

@!attribute [rw] filter_type

The type of filter rule to apply. DataSync only supports the
SIMPLE\_PATTERN rule type.
@return [String]

@!attribute [rw] value

A single filter string that consists of the patterns to include or
exclude. The patterns are delimited by "\|" (that is, a pipe), for
example: `/folder1|/folder2`
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/FilterRule AWS API Documentation

Constants

SENSITIVE