Struct rusoto_opsworks::AssignInstanceRequest [] [src]

pub struct AssignInstanceRequest {
    pub instance_id: String,
    pub layer_ids: Vec<String>,
}

Fields

The instance ID.

The layer ID, which must correspond to a custom layer. You cannot assign a registered instance to a built-in layer.

Trait Implementations

impl Default for AssignInstanceRequest
[src]

[src]

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

impl Debug for AssignInstanceRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AssignInstanceRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations