Class: Aws::Types::ClusterKubernetesConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#labels::Hash[::String, ::String]

Returns the value of attribute labels.

Returns:

  • (::Hash[::String, ::String])


1419
1420
1421
# File 'sig/types.rbs', line 1419

def labels
  @labels
end

#taints::Array[Types::ClusterKubernetesTaint]

Returns the value of attribute taints.

Returns:



1420
1421
1422
# File 'sig/types.rbs', line 1420

def taints
  @taints
end