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.

impl Template
[src]

[src]

Deserialize a AWS CloudFormation template in JSON format.

[src]

Serialize the template into an AWS CloudFormation template in JSON format.

Trait Implementations

impl Debug for Template
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Template
[src]

[src]

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

Auto Trait Implementations

impl Send for Template

impl Sync for Template