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

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 your specified cluster.

Returns:



3544
3545
3546
3547
3548
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3544

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