Class: Aws::QuickSight::Types::SourceTable
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SourceTable
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A source table that provides initial data from either a physical table or parent dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_set ⇒ Types::ParentDataSet
A parent dataset that serves as the data source instead of a physical table.
-
#physical_table_id ⇒ String
The identifier of the physical table that serves as the data source.
Instance Attribute Details
#data_set ⇒ Types::ParentDataSet
A parent dataset that serves as the data source instead of a physical table.
34270 34271 34272 34273 34274 34275 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34270 class SourceTable < Struct.new( :physical_table_id, :data_set) SENSITIVE = [] include Aws::Structure end |
#physical_table_id ⇒ String
The identifier of the physical table that serves as the data source.
34270 34271 34272 34273 34274 34275 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34270 class SourceTable < Struct.new( :physical_table_id, :data_set) SENSITIVE = [] include Aws::Structure end |