Struct rusoto_inspector::AgentFilter[][src]

pub struct AgentFilter {
    pub agent_health_codes: Vec<String>,
    pub agent_healths: Vec<String>,
}

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. Read more

impl Clone for AgentFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AgentFilter
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for AgentFilter

impl Sync for AgentFilter