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.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def current_labels @current_labels end |
#current_taints ⇒ ::Array[Types::ClusterKubernetesTaint]
Returns the value of attribute current_taints.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def current_taints @current_taints end |
#desired_labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute desired_labels.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def desired_labels @desired_labels end |
#desired_taints ⇒ ::Array[Types::ClusterKubernetesTaint]
Returns the value of attribute desired_taints.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def desired_taints @desired_taints end |