Class: Aws::QuickSight::Types::LogicalTableSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LogicalTableSource
- 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
-
#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.
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_instruction ⇒ Types::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_id ⇒ String
Physical table ID.
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 |