Class: Aws::Types::ClusterKubernetesTaint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#effect"NoSchedule", ...

Returns the value of attribute effect.

Returns:

  • ("NoSchedule", "PreferNoSchedule", "NoExecute")


1443
1444
1445
# File 'sig/types.rbs', line 1443

def effect
  @effect
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1441
1442
1443
# File 'sig/types.rbs', line 1441

def key
  @key
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


1442
1443
1444
# File 'sig/types.rbs', line 1442

def value
  @value
end