Class: Aws::EMRContainers::Types::EksInfo

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

Overview

The information about the Amazon EKS cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#namespaceString

The namespaces of the Amazon EKS cluster.

Returns:

  • (String)


745
746
747
748
749
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 745

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