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


1926
1927
1928
# File 'sig/types.rbs', line 1926

def effect
  @effect
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1924
1925
1926
# File 'sig/types.rbs', line 1924

def key
  @key
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


1925
1926
1927
# File 'sig/types.rbs', line 1925

def value
  @value
end