Class: Aws::Types::InheritedDisallowedOutputColumns
- Inherits:
-
Object
- Object
- Aws::Types::InheritedDisallowedOutputColumns
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_lineage ⇒ ::Array[Types::ColumnLineageEntry]
Returns the value of attribute column_lineage.
-
#value ⇒ ::Array[::String]
Returns the value of attribute value.
Instance Attribute Details
#column_lineage ⇒ ::Array[Types::ColumnLineageEntry]
Returns the value of attribute column_lineage.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def column_lineage @column_lineage end |
#value ⇒ ::Array[::String]
Returns the value of attribute value.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def value @value end |