class Aws::EKS::Types::DeleteNodegroupRequest

@note When making an API call, you may pass DeleteNodegroupRequest

data as a hash:

    {
      cluster_name: "String", # required
      nodegroup_name: "String", # required
    }

@!attribute [rw] cluster_name

The name of the Amazon EKS cluster that is associated with your node
group.
@return [String]

@!attribute [rw] nodegroup_name

The name of the node group to delete.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteNodegroupRequest AWS API Documentation

Constants

SENSITIVE