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


1789
1790
1791
# File 'sig/types.rbs', line 1789

def effect
  @effect
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def key
  @key
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


1788
1789
1790
# File 'sig/types.rbs', line 1788

def value
  @value
end