You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::OpsWorksCM::Types::DisassociateNodeRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DisassociateNodeRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#engine_attributesArray<Types::EngineAttribute>

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

Attributes required in a DisassociateNode request for Chef .title

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

^

Returns:

#node_nameString

The name of the client node.

Returns:

  • (String)

    The name of the client node.

#server_nameString

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

Returns:

  • (String)

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