Class: Aws::EKS::Types::CreateClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::CreateClusterResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
The full description of your new cluster.
Instance Attribute Details
#cluster ⇒ Types::Cluster
The full description of your new cluster.
1679 1680 1681 1682 1683 |
# File 'lib/aws-sdk-eks/types.rb', line 1679 class CreateClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |