Class: Aws::Types::UpdateTaintsPayload
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTaintsPayload
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_or_update_taints ⇒ ::Array[Types::Taint]
Returns the value of attribute add_or_update_taints.
-
#remove_taints ⇒ ::Array[Types::Taint]
Returns the value of attribute remove_taints.
Instance Attribute Details
#add_or_update_taints ⇒ ::Array[Types::Taint]
Returns the value of attribute add_or_update_taints.
2009 2010 2011 |
# File 'sig/types.rbs', line 2009 def add_or_update_taints @add_or_update_taints end |
#remove_taints ⇒ ::Array[Types::Taint]
Returns the value of attribute remove_taints.
2010 2011 2012 |
# File 'sig/types.rbs', line 2010 def remove_taints @remove_taints end |