Struct rusoto_opsworks::DescribeStacksRequest [] [src]

pub struct DescribeStacksRequest {
    pub stack_ids: Option<Strings>,
}

Fields

An array of stack IDs that specify the stacks to be described. If you omit this parameter, DescribeStacks returns a description of every stack.

Trait Implementations

impl Default for DescribeStacksRequest
[src]

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

impl Debug for DescribeStacksRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeStacksRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more