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
- Struct
- Aws::ApplicationDiscoveryService::Types::ExportFilter
- 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
-
#condition ⇒ String
Supported condition:
EQUALS. -
#name ⇒ String
A single
ExportFiltername. -
#values ⇒ Array<String>
A single
agentIdfor a Discovery Agent.
Instance Attribute Details
#condition ⇒ String
Supported condition: EQUALS
#name ⇒ String
A single ExportFilter name. Supported filters: agentId.
#values ⇒ Array<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.