class Aws::ApplicationDiscoveryService::Types::ExportFilter

Used to select which agent's data is to be exported. A single agent ID may be selected for export using the [StartExportTask] action.

[1]: docs.aws.amazon.com/application-discovery/latest/APIReference/API_StartExportTask.html

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

data as a hash:

    {
      name: "FilterName", # required
      values: ["FilterValue"], # required
      condition: "Condition", # required
    }

@!attribute [rw] name

A single `ExportFilter` name. Supported filters: `agentId`.
@return [String]

@!attribute [rw] values

A single `agentId` for a Discovery Agent. An `agentId` can be found
using the [DescribeAgents][1] action. Typically an ADS `agentId` is
in the form `o-0123456789abcdef0`.

[1]: http://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeExportTasks.html
@return [Array<String>]

@!attribute [rw] condition

Supported condition: `EQUALS`
@return [String]

Constants

SENSITIVE