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