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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_sqlTypes::CustomSql

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

Returns:



21938
21939
21940
21941
21942
21943
21944
# File 'lib/aws-sdk-quicksight/types.rb', line 21938

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

#relational_tableTypes::RelationalTable

A physical table type for relational data sources.



21938
21939
21940
21941
21942
21943
21944
# File 'lib/aws-sdk-quicksight/types.rb', line 21938

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

#s3_sourceTypes::S3Source

A physical table type for as S3 data source.

Returns:



21938
21939
21940
21941
21942
21943
21944
# File 'lib/aws-sdk-quicksight/types.rb', line 21938

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