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.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def current_labels @current_labels end |
#current_taints ⇒ ::Array[Types::ClusterKubernetesTaint]
Returns the value of attribute current_taints.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def current_taints @current_taints end |
#desired_labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute desired_labels.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def desired_labels @desired_labels end |
#desired_taints ⇒ ::Array[Types::ClusterKubernetesTaint]
Returns the value of attribute desired_taints.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def desired_taints @desired_taints end |