Class: Aws::Types::EksConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EksConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eks_cluster_arn ⇒ ::String
Returns the value of attribute eks_cluster_arn.
-
#kubernetes_namespace ⇒ ::String
Returns the value of attribute kubernetes_namespace.
Instance Attribute Details
#eks_cluster_arn ⇒ ::String
Returns the value of attribute eks_cluster_arn.
693 694 695 |
# File 'sig/types.rbs', line 693 def eks_cluster_arn @eks_cluster_arn end |
#kubernetes_namespace ⇒ ::String
Returns the value of attribute kubernetes_namespace.
694 695 696 |
# File 'sig/types.rbs', line 694 def kubernetes_namespace @kubernetes_namespace end |