Class: Aws::Types::LogicalTableSource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_arn::String

Returns the value of attribute data_set_arn.

Returns:

  • (::String)


8025
8026
8027
# File 'sig/types.rbs', line 8025

def data_set_arn
  @data_set_arn
end

#join_instructionTypes::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.

Returns:

  • (::String)


8024
8025
8026
# File 'sig/types.rbs', line 8024

def physical_table_id
  @physical_table_id
end