Class: Aws::EKS::Types::RegisterClusterResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clusterTypes::Cluster

An object representing an Amazon EKS cluster.

Returns:



5200
5201
5202
5203
5204
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5200

class RegisterClusterResponse < Struct.new(
  :cluster)
  SENSITIVE = []
  include Aws::Structure
end