Struct rusoto_cloudformation::DescribeStackResourcesOutput [] [src]

pub struct DescribeStackResourcesOutput {
    pub stack_resources: Option<Vec<StackResource>>,
}

The output for a DescribeStackResources action.

Fields

A list of StackResource structures.

Trait Implementations

impl Default for DescribeStackResourcesOutput
[src]

[src]

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

impl Debug for DescribeStackResourcesOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeStackResourcesOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more