Class: Aws::Types::UpdateTaintsPayload

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_or_update_taints::Array[Types::Taint]

Returns the value of attribute add_or_update_taints.

Returns:



2116
2117
2118
# File 'sig/types.rbs', line 2116

def add_or_update_taints
  @add_or_update_taints
end

#remove_taints::Array[Types::Taint]

Returns the value of attribute remove_taints.

Returns:



2117
2118
2119
# File 'sig/types.rbs', line 2117

def remove_taints
  @remove_taints
end