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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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

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

^

Returns:



862
863
864
865
866
867
868
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 862

class DisassociateNodeRequest < Struct.new(
  :server_name,
  :node_name,
  :engine_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#node_nameString

The name of the client node.

Returns:

  • (String)


862
863
864
865
866
867
868
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 862

class DisassociateNodeRequest < Struct.new(
  :server_name,
  :node_name,
  :engine_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#server_nameString

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

Returns:

  • (String)


862
863
864
865
866
867
868
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 862

class DisassociateNodeRequest < Struct.new(
  :server_name,
  :node_name,
  :engine_attributes)
  SENSITIVE = []
  include Aws::Structure
end