Class: Aws::EKS::Types::AddonNamespaceConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::AddonNamespaceConfigResponse
- 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
-
#namespace ⇒ String
The name of the Kubernetes namespace where the addon is installed.
Instance Attribute Details
#namespace ⇒ String
The name of the Kubernetes namespace where the addon is installed.
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 |