Struct rusoto_opsworks::DescribeStacksRequest [] [src]

pub struct DescribeStacksRequest {
    pub stack_ids: Option<Vec<String>>,
}

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]

[src]

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

impl Debug for DescribeStacksRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeStacksRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations