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:



2146
2147
2148
# File 'sig/types.rbs', line 2146

def add_or_update_taints
  @add_or_update_taints
end

#remove_taints::Array[Types::Taint]

Returns the value of attribute remove_taints.

Returns:



2147
2148
2149
# File 'sig/types.rbs', line 2147

def remove_taints
  @remove_taints
end