You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DatabaseMigrationService::Types::Filter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Filter as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "String", # required
  values: ["String"], # required
}

Identifies the name and value of a filter object. This filter is used to limit the number and type of AWS DMS objects that are returned for a particular Describe* call or similar operation. Filters are used as an optional parameter to the following APIs.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the filter as specified for a Describe* or similar operation.

Returns:

  • (String)

    The name of the filter as specified for a Describe* or similar operation.

#valuesArray<String>

The filter value, which can specify one or more values used to narrow the returned results.

Returns:

  • (Array<String>)

    The filter value, which can specify one or more values used to narrow the returned results.