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.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def effect @effect end |
#key ⇒ ::String
Returns the value of attribute key.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def value @value end |