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.
655 656 657 |
# File 'sig/types.rbs', line 655 def eks_cluster_arn @eks_cluster_arn end |
#kubernetes_namespace ⇒ ::String
Returns the value of attribute kubernetes_namespace.
656 657 658 |
# File 'sig/types.rbs', line 656 def kubernetes_namespace @kubernetes_namespace end |