Class: Aws::EKS::Types::DeleteClusterResponse

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

#clusterTypes::Cluster

The full description of the cluster to delete.

Returns:



1953
1954
1955
1956
1957
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1953

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