Class: Aws::EKS::Types::DeleteClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DeleteClusterRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the cluster to delete.
Instance Attribute Details
#name ⇒ String
The name of the cluster to delete.
2233 2234 2235 2236 2237 |
# File 'lib/aws-sdk-eks/types.rb', line 2233 class DeleteClusterRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |