Class: Aws::Types::Taint
- Inherits:
-
Object
- Object
- Aws::Types::Taint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#effect ⇒ "NO_SCHEDULE", ...
Returns the value of attribute effect.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#effect ⇒ "NO_SCHEDULE", ...
Returns the value of attribute effect.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def effect @effect end |
#key ⇒ ::String
Returns the value of attribute key.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def value @value end |