Class: Aws::EKS::Types::AddonNamespaceConfigResponse

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

Overview

The namespace configuration response object containing information about the namespace where an addon is installed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#namespaceString

The name of the Kubernetes namespace where the addon is installed.

Returns:

  • (String)


428
429
430
431
432
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 428

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