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


1428
1429
1430
# File 'sig/types.rbs', line 1428

def effect
  @effect
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1426
1427
1428
# File 'sig/types.rbs', line 1426

def key
  @key
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def value
  @value
end