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.
10365 10366 10367 |
# File 'sig/types.rbs', line 10365 def data_set @data_set end |
#physical_table_id ⇒ ::String
Returns the value of attribute physical_table_id.
10364 10365 10366 |
# File 'sig/types.rbs', line 10364 def physical_table_id @physical_table_id end |