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:



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.

Returns:



2010
2011
2012
# File 'sig/types.rbs', line 2010

def remove_taints
  @remove_taints
end