Struct rusoto_inspector::AgentFilter [] [src]

pub struct AgentFilter {
    pub agent_health_codes: AgentHealthCodeList,
    pub agent_healths: AgentHealthList,
}

Contains information about an Amazon Inspector agent. This data type is used as a request parameter in the ListAssessmentRunAgents action.

Fields

The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.

The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.

Trait Implementations

impl Default for AgentFilter
[src]

Returns the "default value" for a type. Read more

impl Debug for AgentFilter
[src]

Formats the value using the given formatter.

impl Clone for AgentFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more