Class: Aws::OpsWorksCM::Types::DisassociateNodeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::DisassociateNodeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworkscm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engine_attributes ⇒ Array<Types::EngineAttribute>
Engine attributes that are used for disassociating the node.
-
#node_name ⇒ String
The name of the client node.
-
#server_name ⇒ String
The name of the server from which to disassociate the node.
Instance Attribute Details
#engine_attributes ⇒ Array<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.
^
862 863 864 865 866 867 868 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 862 class DisassociateNodeRequest < Struct.new( :server_name, :node_name, :engine_attributes) SENSITIVE = [] include Aws::Structure end |
#node_name ⇒ String
The name of the client node.
862 863 864 865 866 867 868 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 862 class DisassociateNodeRequest < Struct.new( :server_name, :node_name, :engine_attributes) SENSITIVE = [] include Aws::Structure end |
#server_name ⇒ String
The name of the server from which to disassociate the node.
862 863 864 865 866 867 868 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 862 class DisassociateNodeRequest < Struct.new( :server_name, :node_name, :engine_attributes) SENSITIVE = [] include Aws::Structure end |