Class: Aws::Types::ClusterKubernetesConfigDetails
- Inherits:
-
Object
- Object
- Aws::Types::ClusterKubernetesConfigDetails
- 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.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def current_labels @current_labels end |
#current_taints ⇒ ::Array[Types::ClusterKubernetesTaint]
Returns the value of attribute current_taints.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def current_taints @current_taints end |
#desired_labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute desired_labels.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def desired_labels @desired_labels end |
#desired_taints ⇒ ::Array[Types::ClusterKubernetesTaint]
Returns the value of attribute desired_taints.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def desired_taints @desired_taints end |