Class: Aws::QuickSight::Types::SourceTable

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#data_setTypes::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_idString

The identifier of the physical table that serves as the data source.

Returns:

  • (String)


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