Class: Aws::Types::ColumnLineageEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column::String

Returns the value of attribute column.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def column
  @column
end

#source_account_id::String

Returns the value of attribute source_account_id.

Returns:

  • (::String)


635
636
637
# File 'sig/types.rbs', line 635

def 
  @source_account_id
end

#source_column::String

Returns the value of attribute source_column.

Returns:

  • (::String)


631
632
633
# File 'sig/types.rbs', line 631

def source_column
  @source_column
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


633
634
635
# File 'sig/types.rbs', line 633

def source_id
  @source_id
end

#source_name::String

Returns the value of attribute source_name.

Returns:

  • (::String)


632
633
634
# File 'sig/types.rbs', line 632

def source_name
  @source_name
end

#source_type"TABLE", ...

Returns the value of attribute source_type.

Returns:

  • ("TABLE", "INTERMEDIATE_TABLE", "ID_MAPPING_TABLE")


634
635
636
# File 'sig/types.rbs', line 634

def source_type
  @source_type
end