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_arn ⇒ String

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

Returns:

  • (String)


33414
33415
33416
33417
33418
33419
33420
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33414

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

#join_instruction ⇒ Types::JoinInstruction

Specifies the result of a join of two logical tables.



33414
33415
33416
33417
33418
33419
33420
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33414

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

#physical_table_id ⇒ String

Physical table ID.

Returns:

  • (String)


33414
33415
33416
33417
33418
33419
33420
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33414

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