Class: Aws::EKS::Types::DescribeClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeClusterResponse
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
The full description of your specified cluster.
Instance Attribute Details
#cluster ⇒ Types::Cluster
The full description of your specified cluster.
2521 2522 2523 2524 2525 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2521 class DescribeClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |