Class: Aws::Types::ColumnLineageEntry
- Inherits:
-
Object
- Object
- Aws::Types::ColumnLineageEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column ⇒ ::String
Returns the value of attribute column.
-
#source_account_id ⇒ ::String
Returns the value of attribute source_account_id.
-
#source_column ⇒ ::String
Returns the value of attribute source_column.
-
#source_id ⇒ ::String
Returns the value of attribute source_id.
-
#source_name ⇒ ::String
Returns the value of attribute source_name.
-
#source_type ⇒ "TABLE", ...
Returns the value of attribute source_type.
Instance Attribute Details
#column ⇒ ::String
Returns the value of attribute column.
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.
646 647 648 |
# File 'sig/types.rbs', line 646 def source_account_id @source_account_id end |
#source_column ⇒ ::String
Returns the value of attribute source_column.
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.
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.
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.
645 646 647 |
# File 'sig/types.rbs', line 645 def source_type @source_type end |