class Aws::ApplicationDiscoveryService::Types::DescribeAgentsRequest

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

data as a hash:

    {
      agent_ids: ["AgentId"],
      filters: [
        {
          name: "String", # required
          values: ["FilterValue"], # required
          condition: "Condition", # required
        },
      ],
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] agent_ids

The agent or the Connector IDs for which you want information. If
you specify no IDs, the system returns information about all
agents/Connectors associated with your AWS user account.
@return [Array<String>]

@!attribute [rw] filters

You can filter the request using various logical operators and a
*key*-*value* format. For example:

`\{"key": "collectionStatus", "value": "STARTED"\}`
@return [Array<Types::Filter>]

@!attribute [rw] max_results

The total number of agents/Connectors to return in a single page of
output. The maximum value is 100.
@return [Integer]

@!attribute [rw] next_token

Token to retrieve the next set of results. For example, if you
previously specified 100 IDs for `DescribeAgentsRequest$agentIds`
but set `DescribeAgentsRequest$maxResults` to 10, you received a set
of 10 results along with a token. Use that token in this query to
get the next set of 10.
@return [String]

Constants

SENSITIVE