DisassociateNodeRequest
public struct DisassociateNodeRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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.
Declaration
Swift
public let engineAttributes: [EngineAttribute]? -
The name of the client node.
Declaration
Swift
public let nodeName: String -
The name of the server from which to disassociate the node.
Declaration
Swift
public let serverName: String -
Undocumented
Declaration
Swift
public init(engineAttributes: [EngineAttribute]? = nil, nodeName: String, serverName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DisassociateNodeRequest Structure Reference