Class: Aws::Types::LogicalTableSource
- Inherits:
-
Object
- Object
- Aws::Types::LogicalTableSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set_arn ⇒ ::String
Returns the value of attribute data_set_arn.
-
#join_instruction ⇒ Types::JoinInstruction
Returns the value of attribute join_instruction.
-
#physical_table_id ⇒ ::String
Returns the value of attribute physical_table_id.
Instance Attribute Details
#data_set_arn ⇒ ::String
Returns the value of attribute data_set_arn.
8364 8365 8366 |
# File 'sig/types.rbs', line 8364 def data_set_arn @data_set_arn end |
#join_instruction ⇒ Types::JoinInstruction
Returns the value of attribute join_instruction.
8362 8363 8364 |
# File 'sig/types.rbs', line 8362 def join_instruction @join_instruction end |
#physical_table_id ⇒ ::String
Returns the value of attribute physical_table_id.
8363 8364 8365 |
# File 'sig/types.rbs', line 8363 def physical_table_id @physical_table_id end |