DeleteNodeInput
public struct DeleteNodeInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier of the member that owns this node.
Declaration
Swift
public let memberId: String
-
The unique identifier of the network that the node belongs to.
Declaration
Swift
public let networkId: String
-
The unique identifier of the node.
Declaration
Swift
public let nodeId: String
-
Undocumented
Declaration
Swift
public init(memberId: String, networkId: String, nodeId: String)
-
Declaration
Swift
public func validate(name: String) throws