Struct rusoto_cloudformation::GetStackPolicyInput [] [src]

pub struct GetStackPolicyInput {
    pub stack_name: String,
}

The input for the GetStackPolicy action.

Fields

The name or unique stack ID that is associated with the stack whose policy you want to get.

Trait Implementations

impl Default for GetStackPolicyInput
[src]

[src]

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

impl Debug for GetStackPolicyInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetStackPolicyInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more