class Aws::DatabaseMigrationService::Types::Filter
Identifies the name and value of a filter object. This filter is used to limit the number and type of DMS objects that are returned for a particular `Describe*` call or similar operation. Filters are used as an optional parameter for certain API operations.
@note When making an API call, you may pass Filter
data as a hash: { name: "String", # required values: ["String"], # required }
@!attribute [rw] name
The name of the filter as specified for a `Describe*` or similar operation. @return [String]
@!attribute [rw] values
The filter value, which can specify one or more values used to narrow the returned results. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Filter AWS API Documentation
Constants
- SENSITIVE