Struct cfn::Template [] [src]

pub struct Template { /* fields omitted */ }

Represents an AWS CloudFormation template.

Methods

impl Template
[src]

[src]

Get the template description as a reference.

[src]

Get the template description as a mutable reference.

[src]

Get a reference to the resources defined in the template.

[src]

Get a mutable reference to the resources defined in the template.

[src]

Get a reference to the outputs defined in the template.

[src]

Get a mutable reference to the outputs defined in the template.

Trait Implementations

impl Debug for Template
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Template

impl Sync for Template