Class: Aws::EKS::Types::RegisterClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::RegisterClusterResponse
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
An object representing an Amazon EKS cluster.
Instance Attribute Details
#cluster ⇒ Types::Cluster
An object representing an Amazon EKS cluster.
5980 5981 5982 5983 5984 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5980 class RegisterClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |