Struct rusoto_opsworks::CloneStackResult [] [src]

pub struct CloneStackResult {
    pub stack_id: Option<String>,
}

Contains the response to a CloneStack request.

Fields

The cloned stack ID.

Trait Implementations

impl Default for CloneStackResult
[src]

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

impl Debug for CloneStackResult
[src]

Formats the value using the given formatter.

impl Clone for CloneStackResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more