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.
1538 1539 1540 1541 1542 |
# File 'lib/aws-sdk-eks/types.rb', line 1538 class CreateClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |