Struct rusoto_inspector::AgentPreview [] [src]

pub struct AgentPreview {
    pub agent_id: String,
    pub auto_scaling_group: Option<String>,
}

Used as a response element in the PreviewAgents action.

Fields

The ID of the EC2 instance where the agent is installed.

The Auto Scaling group for the EC2 instance where the agent is installed.

Trait Implementations

impl Default for AgentPreview
[src]

[src]

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

impl Debug for AgentPreview
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AgentPreview
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for AgentPreview

impl Sync for AgentPreview