class Aws::OpsWorksCM::Types::DisassociateNodeRequest

@note When making an API call, you may pass DisassociateNodeRequest

data as a hash:

    {
      server_name: "ServerName", # required
      node_name: "NodeName", # required
      engine_attributes: [
        {
          name: "EngineAttributeName",
          value: "EngineAttributeValue",
        },
      ],
    }

@!attribute [rw] server_name

The name of the server from which to disassociate the node.
@return [String]

@!attribute [rw] node_name

The name of the client node.
@return [String]

@!attribute [rw] engine_attributes

Engine attributes that are used for disassociating the node. No
attributes are required for Puppet.

**Attributes required in a DisassociateNode request for Chef**

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

^
@return [Array<Types::EngineAttribute>]

@see docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/DisassociateNodeRequest AWS API Documentation

Constants

SENSITIVE