Class: Aws::QuickSight::Types::LogicalTableSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LogicalTableSource
- 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
-
#data_set_arn ⇒ String
The Amazon Resource Number (ARN) of the parent dataset.
-
#join_instruction ⇒ Types::JoinInstruction
Specifies the result of a join of two logical tables.
-
#physical_table_id ⇒ String
Physical table ID.
Instance Attribute Details
#data_set_arn ⇒ String
The Amazon Resource Number (ARN) of the parent dataset.
20979 20980 20981 20982 20983 20984 20985 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20979 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.
20979 20980 20981 20982 20983 20984 20985 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20979 class LogicalTableSource < Struct.new( :join_instruction, :physical_table_id, :data_set_arn) SENSITIVE = [] include Aws::Structure end |
#physical_table_id ⇒ String
Physical table ID.
20979 20980 20981 20982 20983 20984 20985 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20979 class LogicalTableSource < Struct.new( :join_instruction, :physical_table_id, :data_set_arn) SENSITIVE = [] include Aws::Structure end |