Class: Aws::Types::CopyValueEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#overwrite_if_existsBoolean

Returns the value of attribute overwrite_if_exists.

Returns:

  • (Boolean)


160
161
162
# File 'sig/types.rbs', line 160

def overwrite_if_exists
  @overwrite_if_exists
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def source
  @source
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def target
  @target
end