Class: Aws::Types::MappingEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source_path::String

Returns the value of attribute source_path.

Returns:

  • (::String)


5614
5615
5616
# File 'sig/types.rbs', line 5614

def source_path
  @source_path
end

#source_table::String

Returns the value of attribute source_table.

Returns:

  • (::String)


5613
5614
5615
# File 'sig/types.rbs', line 5613

def source_table
  @source_table
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


5615
5616
5617
# File 'sig/types.rbs', line 5615

def source_type
  @source_type
end

#target_path::String

Returns the value of attribute target_path.

Returns:

  • (::String)


5617
5618
5619
# File 'sig/types.rbs', line 5617

def target_path
  @target_path
end

#target_table::String

Returns the value of attribute target_table.

Returns:

  • (::String)


5616
5617
5618
# File 'sig/types.rbs', line 5616

def target_table
  @target_table
end

#target_type::String

Returns the value of attribute target_type.

Returns:

  • (::String)


5618
5619
5620
# File 'sig/types.rbs', line 5618

def target_type
  @target_type
end