DeleteNodegroupRequest
public struct DeleteNodegroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Amazon EKS cluster that is associated with your node group.
Declaration
Swift
public let clusterName: String
-
The name of the node group to delete.
Declaration
Swift
public let nodegroupName: String
-
Undocumented
Declaration
Swift
public init(clusterName: String, nodegroupName: String)