Struct rusoto_cloudformation::DescribeStackResourceInput [] [src]

pub struct DescribeStackResourceInput {
    pub logical_resource_id: String,
    pub stack_name: String,
}

The input for DescribeStackResource action.

Fields

The logical name of the resource as specified in the template.

Default: There is no default value.

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.

  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Trait Implementations

impl Default for DescribeStackResourceInput
[src]

[src]

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

impl Debug for DescribeStackResourceInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeStackResourceInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more