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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


22162
22163
22164
22165
22166
22167
22168
# File 'lib/aws-sdk-quicksight/types.rb', line 22162

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.



22162
22163
22164
22165
22166
22167
22168
# File 'lib/aws-sdk-quicksight/types.rb', line 22162

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)


22162
22163
22164
22165
22166
22167
22168
# File 'lib/aws-sdk-quicksight/types.rb', line 22162

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