Class: Aws::EKS::Types::DescribeClusterResponse

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

The full description of your specified cluster.

Returns:



2662
2663
2664
2665
2666
# File 'lib/aws-sdk-eks/types.rb', line 2662

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