Class: Aws::EKS::Types::DeleteNodegroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The name of your cluster.

Returns:

  • (String)


2022
2023
2024
2025
2026
2027
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2022

class DeleteNodegroupRequest < Struct.new(
  :cluster_name,
  :nodegroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#nodegroup_nameString

The name of the node group to delete.

Returns:

  • (String)


2022
2023
2024
2025
2026
2027
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2022

class DeleteNodegroupRequest < Struct.new(
  :cluster_name,
  :nodegroup_name)
  SENSITIVE = []
  include Aws::Structure
end