Class: Aws::Types::EksSource
- Inherits:
-
Object
- Object
- Aws::Types::EksSource
- 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.
-
#namespaces ⇒ ::Array[::String]
Returns the value of attribute namespaces.
Instance Attribute Details
#eks_cluster_arn ⇒ ::String
Returns the value of attribute eks_cluster_arn.
624 625 626 |
# File 'sig/types.rbs', line 624 def eks_cluster_arn @eks_cluster_arn end |
#namespaces ⇒ ::Array[::String]
Returns the value of attribute namespaces.
625 626 627 |
# File 'sig/types.rbs', line 625 def namespaces @namespaces end |