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])


1404
1405
1406
# File 'sig/types.rbs', line 1404

def labels
  @labels
end

#taints::Array[Types::ClusterKubernetesTaint]

Returns the value of attribute taints.

Returns:



1405
1406
1407
# File 'sig/types.rbs', line 1405

def taints
  @taints
end