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.
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.
635 636 637 |
# File 'sig/types.rbs', line 635 def source_account_id @source_account_id end |
#source_column ⇒ ::String
Returns the value of attribute source_column.
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.
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.
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.
634 635 636 |
# File 'sig/types.rbs', line 634 def source_type @source_type end |