Struct rusoto_opsworkscm::DisassociateNodeRequest [] [src]

pub struct DisassociateNodeRequest {
    pub engine_attributes: Option<EngineAttributes>,
    pub node_name: NodeName,
    pub server_name: ServerName,
}

Fields

Engine attributes used for disassociating the node.

Attributes accepted in a DisassociateNode request:

  • CHEF_ORGANIZATION: The Chef organization with which the node was associated. By default only one organization named default can exist.

The name of the Chef client node.

The name of the server from which to disassociate the node.

Trait Implementations

impl Default for DisassociateNodeRequest
[src]

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

impl Debug for DisassociateNodeRequest
[src]

Formats the value using the given formatter.

impl Clone for DisassociateNodeRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more