class Aws::Inspector::Types::AgentFilter
Contains information about an Amazon Inspector
agent. This data type is used as a request parameter in the ListAssessmentRunAgents action.
@note When making an API call, you may pass AgentFilter
data as a hash: { agent_healths: ["HEALTHY"], # required, accepts HEALTHY, UNHEALTHY, UNKNOWN agent_health_codes: ["IDLE"], # required, accepts IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, UNKNOWN }
@!attribute [rw] agent_healths
The current health state of the agent. Values can be set to **HEALTHY** or **UNHEALTHY**. @return [Array<String>]
@!attribute [rw] agent_health_codes
The detailed health state of the agent. Values can be set to **IDLE**, **RUNNING**, **SHUTDOWN**, **UNHEALTHY**, **THROTTLED**, and **UNKNOWN**. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/AgentFilter AWS API Documentation
Constants
- SENSITIVE