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.
662 663 664 |
# File 'sig/types.rbs', line 662 def eks_cluster_arn @eks_cluster_arn end |
#kubernetes_namespace ⇒ ::String
Returns the value of attribute kubernetes_namespace.
663 664 665 |
# File 'sig/types.rbs', line 663 def kubernetes_namespace @kubernetes_namespace end |