Class: Aws::EKS::Types::DescribeClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeClusterRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of your cluster.
Instance Attribute Details
#name ⇒ String
The name of your cluster.
2650 2651 2652 2653 2654 |
# File 'lib/aws-sdk-eks/types.rb', line 2650 class DescribeClusterRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |