Struct rusoto_cloudformation::DescribeStackResourceOutput [] [src]

pub struct DescribeStackResourceOutput {
    pub stack_resource_detail: Option<StackResourceDetail>,
}

The output for a DescribeStackResource action.

Fields

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

Trait Implementations

impl Default for DescribeStackResourceOutput
[src]

[src]

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

impl Debug for DescribeStackResourceOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeStackResourceOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more