Class: Aws::EKS::Types::DeleteClusterRequest

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

#nameString

The name of the cluster to delete.

Returns:

  • (String)


1941
1942
1943
1944
1945
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1941

class DeleteClusterRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end