Struct rusoto_cloudformation::ListImportsInput [] [src]

pub struct ListImportsInput {
    pub export_name: String,
    pub next_token: Option<String>,
}

Fields

The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.

A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.

Trait Implementations

impl Default for ListImportsInput
[src]

[src]

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

impl Debug for ListImportsInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListImportsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more