Class: Aws::Types::ClusterKubernetesTaint
- Inherits:
-
Object
- Object
- Aws::Types::ClusterKubernetesTaint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#effect ⇒ "NoSchedule", ...
Returns the value of attribute effect.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#effect ⇒ "NoSchedule", ...
Returns the value of attribute effect.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def effect @effect end |
#key ⇒ ::String
Returns the value of attribute key.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def value @value end |