class Aws::EKS::Types::UpdateLabelsPayload
An object representing a Kubernetes label change for a managed node group.
@note When making an API call, you may pass UpdateLabelsPayload
data as a hash: { add_or_update_labels: { "labelKey" => "labelValue", }, remove_labels: ["String"], }
@!attribute [rw] add_or_update_labels
Kubernetes labels to be added or updated. @return [Hash<String,String>]
@!attribute [rw] remove_labels
Kubernetes labels to be removed. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateLabelsPayload AWS API Documentation
Constants
- SENSITIVE