Class: Aws::EKS::Types::DescribeClusterRequest

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

#nameString

The name of your cluster.

Returns:

  • (String)


2351
2352
2353
2354
2355
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2351

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