Class: Aws::Types::EksSourceClusterNamespace
- Inherits:
-
Object
- Object
- Aws::Types::EksSourceClusterNamespace
- 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.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
Instance Attribute Details
#eks_cluster_arn ⇒ ::String
Returns the value of attribute eks_cluster_arn.
630 631 632 |
# File 'sig/types.rbs', line 630 def eks_cluster_arn @eks_cluster_arn end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
631 632 633 |
# File 'sig/types.rbs', line 631 def namespace @namespace end |