Class: Aws::QuickSight::Types::CustomSql

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#columnsArray<Types::InputColumn>

The column schema from the SQL query result set.

Returns:



6732
6733
6734
6735
6736
6737
6738
6739
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6732

class CustomSql < Struct.new(
  :data_source_arn,
  :name,
  :sql_query,
  :columns)
  SENSITIVE = []
  include Aws::Structure
end

#data_source_arnString

The Amazon Resource Name (ARN) of the data source.

Returns:

  • (String)


6732
6733
6734
6735
6736
6737
6738
6739
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6732

class CustomSql < Struct.new(
  :data_source_arn,
  :name,
  :sql_query,
  :columns)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A display name for the SQL query result.

Returns:

  • (String)


6732
6733
6734
6735
6736
6737
6738
6739
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6732

class CustomSql < Struct.new(
  :data_source_arn,
  :name,
  :sql_query,
  :columns)
  SENSITIVE = []
  include Aws::Structure
end

#sql_queryString

The SQL query.

Returns:

  • (String)


6732
6733
6734
6735
6736
6737
6738
6739
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6732

class CustomSql < Struct.new(
  :data_source_arn,
  :name,
  :sql_query,
  :columns)
  SENSITIVE = []
  include Aws::Structure
end