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)


2817
2818
2819
2820
2821
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2817

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