Class: Aws::Types::EksLabelSelector
- Inherits:
-
Object
- Object
- Aws::Types::EksLabelSelector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#match_expressions ⇒ ::Array[Types::EksLabelSelectorRequirement]
Returns the value of attribute match_expressions.
-
#match_labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute match_labels.
Instance Attribute Details
#match_expressions ⇒ ::Array[Types::EksLabelSelectorRequirement]
Returns the value of attribute match_expressions.
416 417 418 |
# File 'sig/types.rbs', line 416 def match_expressions @match_expressions end |
#match_labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute match_labels.
415 416 417 |
# File 'sig/types.rbs', line 415 def match_labels @match_labels end |