Struct rusoto_opsworks::DescribeStacksResult [] [src]

pub struct DescribeStacksResult {
    pub stacks: Option<Vec<Stack>>,
}

Contains the response to a DescribeStacks request.

Fields

An array of Stack objects that describe the stacks.

Trait Implementations

impl Default for DescribeStacksResult
[src]

[src]

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

impl Debug for DescribeStacksResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeStacksResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations