Class: Aws::Types::ClusterKubernetesConfig
- Inherits:
-
Object
- Object
- Aws::Types::ClusterKubernetesConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
-
#taints ⇒ ::Array[Types::ClusterKubernetesTaint]
Returns the value of attribute taints.
Instance Attribute Details
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def labels @labels end |
#taints ⇒ ::Array[Types::ClusterKubernetesTaint]
Returns the value of attribute taints.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def taints @taints end |