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)


641
642
643
# File 'sig/types.rbs', line 641

def column
  @column
end

#source_account_id::String

Returns the value of attribute source_account_id.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def 
  @source_account_id
end

#source_column::String

Returns the value of attribute source_column.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def source_column
  @source_column
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def source_id
  @source_id
end

#source_name::String

Returns the value of attribute source_name.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def source_name
  @source_name
end

#source_type"TABLE", ...

Returns the value of attribute source_type.

Returns:

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


645
646
647
# File 'sig/types.rbs', line 645

def source_type
  @source_type
end