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.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def labels @labels end |
#taints ⇒ ::Array[Types::ClusterKubernetesTaint]
Returns the value of attribute taints.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def taints @taints end |