Class: Aws::Types::EksSource
- Inherits:
-
Object
- Object
- Aws::Types::EksSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#namespaces ⇒ ::Array[::String]
Returns the value of attribute namespaces.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
408 409 410 |
# File 'sig/types.rbs', line 408 def cluster_arn @cluster_arn end |
#namespaces ⇒ ::Array[::String]
Returns the value of attribute namespaces.
409 410 411 |
# File 'sig/types.rbs', line 409 def namespaces @namespaces end |