Struct rusoto_cloudformation::Change [] [src]

pub struct Change {
    pub resource_change: Option<ResourceChange>,
    pub type_: Option<ChangeType>,
}

The Change structure describes the changes AWS CloudFormation will perform if you execute the change set.

Fields

A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.

The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.

Trait Implementations

impl Default for Change
[src]

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

impl Debug for Change
[src]

Formats the value using the given formatter.

impl Clone for Change
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more