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)


8364
8365
8366
# File 'sig/types.rbs', line 8364

def data_set_arn
  @data_set_arn
end

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

Returns:

  • (::String)


8363
8364
8365
# File 'sig/types.rbs', line 8363

def physical_table_id
  @physical_table_id
end