Class: Aws::EKS::Types::DeregisterClusterResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clusterTypes::Cluster

An object representing an Amazon EKS cluster.

Returns:



2239
2240
2241
2242
2243
# File 'lib/aws-sdk-eks/types.rb', line 2239

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