Class: Aws::QuickSight::Types::PhysicalTable

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

A view of a data source that contains information about the shape of the data in the underlying source. 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

#custom_sql ⇒ Types::CustomSql

A physical table type built from the results of the custom SQL query.

Returns:



35807
35808
35809
35810
35811
35812
35813
35814
35815
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35807

class PhysicalTable < Struct.new(
  :relational_table,
  :custom_sql,
  :s3_source,
  :saa_s_table,
  :file_source)
  SENSITIVE = []
  include Aws::Structure
end

#file_source ⇒ Types::FileSource

A physical table type for a file data source.

Returns:



35807
35808
35809
35810
35811
35812
35813
35814
35815
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35807

class PhysicalTable < Struct.new(
  :relational_table,
  :custom_sql,
  :s3_source,
  :saa_s_table,
  :file_source)
  SENSITIVE = []
  include Aws::Structure
end

#relational_table ⇒ Types::RelationalTable

A physical table type for relational data sources.



35807
35808
35809
35810
35811
35812
35813
35814
35815
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35807

class PhysicalTable < Struct.new(
  :relational_table,
  :custom_sql,
  :s3_source,
  :saa_s_table,
  :file_source)
  SENSITIVE = []
  include Aws::Structure
end

#s3_source ⇒ Types::S3Source

A physical table type for an S3 data source.

Returns:



35807
35808
35809
35810
35811
35812
35813
35814
35815
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35807

class PhysicalTable < Struct.new(
  :relational_table,
  :custom_sql,
  :s3_source,
  :saa_s_table,
  :file_source)
  SENSITIVE = []
  include Aws::Structure
end

#saa_s_table ⇒ Types::SaaSTable

A physical table type for Software-as-a-Service (SaaS) sources.

Returns:



35807
35808
35809
35810
35811
35812
35813
35814
35815
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35807

class PhysicalTable < Struct.new(
  :relational_table,
  :custom_sql,
  :s3_source,
  :saa_s_table,
  :file_source)
  SENSITIVE = []
  include Aws::Structure
end