Class: Aws::Types::EksLabelSelectorRequirement
- Inherits:
-
Object
- Object
- Aws::Types::EksLabelSelectorRequirement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#operator ⇒ "IN", ...
Returns the value of attribute operator.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
421 422 423 |
# File 'sig/types.rbs', line 421 def key @key end |
#operator ⇒ "IN", ...
Returns the value of attribute operator.
422 423 424 |
# File 'sig/types.rbs', line 422 def operator @operator end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
423 424 425 |
# File 'sig/types.rbs', line 423 def values @values end |