Struct rusoto_opsworks::DescribeAgentVersionsResult [] [src]

pub struct DescribeAgentVersionsResult {
    pub agent_versions: Option<Vec<AgentVersion>>,
}

Contains the response to a DescribeAgentVersions request.

Fields

The agent versions for the specified stack or configuration manager. Note that this value is the complete version number, not the abbreviated number used by the console.

Trait Implementations

impl Default for DescribeAgentVersionsResult
[src]

[src]

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

impl Debug for DescribeAgentVersionsResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeAgentVersionsResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations