Struct rusoto_cloudformation::EstimateTemplateCostOutput [] [src]

pub struct EstimateTemplateCostOutput {
    pub url: Option<String>,
}

The output for a EstimateTemplateCost action.

Fields

An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.

Trait Implementations

impl Default for EstimateTemplateCostOutput
[src]

[src]

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

impl Debug for EstimateTemplateCostOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for EstimateTemplateCostOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more