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

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

An object representing an Amazon EKS cluster.

Returns:



2208
2209
2210
2211
2212
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2208

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