Class: Aws::Types::UpdateLabelsPayload

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_labels::Hash[::String, ::String]

Returns the value of attribute add_or_update_labels.

Returns:

  • (::Hash[::String, ::String])


1941
1942
1943
# File 'sig/types.rbs', line 1941

def add_or_update_labels
  @add_or_update_labels
end

#remove_labels::Array[::String]

Returns the value of attribute remove_labels.

Returns:

  • (::Array[::String])


1942
1943
1944
# File 'sig/types.rbs', line 1942

def remove_labels
  @remove_labels
end