Struct rusoto_opsworks::StartStackRequest [] [src]

pub struct StartStackRequest {
    pub stack_id: String,
}

Fields

The stack ID.

Trait Implementations

impl Default for StartStackRequest
[src]

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

impl Debug for StartStackRequest
[src]

Formats the value using the given formatter.

impl Clone for StartStackRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more