Struct rusoto_cloudformation::StackResourceSummary [] [src]

pub struct StackResourceSummary {
    pub last_updated_timestamp: String,
    pub logical_resource_id: String,
    pub physical_resource_id: Option<String>,
    pub resource_status: String,
    pub resource_status_reason: Option<String>,
    pub resource_type: String,
}

Contains high-level information about the specified stack resource.

Fields

Time the status was updated.

The logical name of the resource specified in the template.

The name or unique identifier that corresponds to a physical instance ID of the resource.

Current status of the resource.

Success/failure message associated with the resource.

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

Trait Implementations

impl Default for StackResourceSummary
[src]

[src]

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

impl Debug for StackResourceSummary
[src]

[src]

Formats the value using the given formatter.

impl Clone for StackResourceSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more