Class: Aws::Types::SourceTable
- Inherits:
-
Object
- Object
- Aws::Types::SourceTable
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set ⇒ Types::ParentDataSet
Returns the value of attribute data_set.
-
#physical_table_id ⇒ ::String
Returns the value of attribute physical_table_id.
Instance Attribute Details
#data_set ⇒ Types::ParentDataSet
Returns the value of attribute data_set.
10755 10756 10757 |
# File 'sig/types.rbs', line 10755 def data_set @data_set end |
#physical_table_id ⇒ ::String
Returns the value of attribute physical_table_id.
10754 10755 10756 |
# File 'sig/types.rbs', line 10754 def physical_table_id @physical_table_id end |