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]

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

impl Debug for DescribeAgentVersionsResult
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeAgentVersionsResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeAgentVersionsResult
[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