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

Class: Aws::ApplicationDiscoveryService::Types::ExportFilter

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

Overview

Note:

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

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#conditionString

Supported condition: EQUALS

Returns:

  • (String)

    Supported condition: EQUALS.

#nameString

A single ExportFilter name. Supported filters: agentId.

Returns:

  • (String)

    A single ExportFilter name.

#valuesArray<String>

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

Returns:

  • (Array<String>)

    A single agentId for a Discovery Agent.