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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_arnString

The Amazon Resource Number (ARN) of the parent dataset.

Returns:

  • (String)


20148
20149
20150
20151
20152
20153
20154
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20148

class LogicalTableSource < Struct.new(
  :join_instruction,
  :physical_table_id,
  :data_set_arn)
  SENSITIVE = []
  include Aws::Structure
end

#join_instructionTypes::JoinInstruction

Specifies the result of a join of two logical tables.



20148
20149
20150
20151
20152
20153
20154
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20148

class LogicalTableSource < Struct.new(
  :join_instruction,
  :physical_table_id,
  :data_set_arn)
  SENSITIVE = []
  include Aws::Structure
end

#physical_table_idString

Physical table ID.

Returns:

  • (String)


20148
20149
20150
20151
20152
20153
20154
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20148

class LogicalTableSource < Struct.new(
  :join_instruction,
  :physical_table_id,
  :data_set_arn)
  SENSITIVE = []
  include Aws::Structure
end