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.
8025 8026 8027 |
# File 'sig/types.rbs', line 8025 def data_set_arn @data_set_arn end |
#join_instruction ⇒ Types::JoinInstruction
Returns the value of attribute join_instruction.
8023 8024 8025 |
# File 'sig/types.rbs', line 8023 def join_instruction @join_instruction end |
#physical_table_id ⇒ ::String
Returns the value of attribute physical_table_id.
8024 8025 8026 |
# File 'sig/types.rbs', line 8024 def physical_table_id @physical_table_id end |