Class: Aws::EKS::Types::CreateClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::CreateClusterResponse
- 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 new cluster.
Instance Attribute Details
#cluster ⇒ Types::Cluster
The full description of your new cluster.
1772 1773 1774 1775 1776 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1772 class CreateClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |