Struct rusoto_opsworks::AssignInstanceRequest [] [src]

pub struct AssignInstanceRequest {
    pub instance_id: String,
    pub layer_ids: Strings,
}

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]

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

impl Debug for AssignInstanceRequest
[src]

Formats the value using the given formatter.

impl Clone for AssignInstanceRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more