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.
-
#label_selector ⇒ Types::EksLabelSelector
Returns the value of attribute label_selector.
-
#namespaces ⇒ ::Array[::String]
Returns the value of attribute namespaces.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
428 429 430 |
# File 'sig/types.rbs', line 428 def cluster_arn @cluster_arn end |
#label_selector ⇒ Types::EksLabelSelector
Returns the value of attribute label_selector.
430 431 432 |
# File 'sig/types.rbs', line 430 def label_selector @label_selector end |
#namespaces ⇒ ::Array[::String]
Returns the value of attribute namespaces.
429 430 431 |
# File 'sig/types.rbs', line 429 def namespaces @namespaces end |