You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QuickSight::Types::LogicalTableSource

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LogicalTableSource as input to an Aws::Client method, you can use a vanilla Hash:

{
  join_instruction: {
    left_operand: "LogicalTableId", # required
    right_operand: "LogicalTableId", # required
    type: "INNER", # required, accepts INNER, OUTER, LEFT, RIGHT
    on_clause: "OnClause", # required
  },
  physical_table_id: "PhysicalTableId",
}

Information about the source of a logical table. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#join_instructionTypes::JoinInstruction

Specifies the result of a join of two logical tables.

Returns:

#physical_table_idString

Physical table ID.

Returns:

  • (String)

    Physical table ID.