Struct cfn::Output [] [src]

pub struct Output<T> {
    pub value: Value<T>,
}

Output value of a CloudFormation template.

Fields

The value of the output.

Can include literals, parameter references, pseudo-parameters, a mapping value, or intrinsic functions.

Trait Implementations

impl<T: Debug> Debug for Output<T>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for Output<T> where
    T: Send

impl<T> Sync for Output<T> where
    T: Sync