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:



7293
7294
7295
7296
7297
7298
7299
7300
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7293

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)


7293
7294
7295
7296
7297
7298
7299
7300
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7293

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)


7293
7294
7295
7296
7297
7298
7299
7300
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7293

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

#sql_queryString

The SQL query.

Returns:

  • (String)


7293
7294
7295
7296
7297
7298
7299
7300
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7293

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