Class: Aws::Types::Taint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#effect"NO_SCHEDULE", ...

Returns the value of attribute effect.

Returns:

  • ("NO_SCHEDULE", "NO_EXECUTE", "PREFER_NO_SCHEDULE")


1896
1897
1898
# File 'sig/types.rbs', line 1896

def effect
  @effect
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1894
1895
1896
# File 'sig/types.rbs', line 1894

def key
  @key
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


1895
1896
1897
# File 'sig/types.rbs', line 1895

def value
  @value
end