Class: Aws::QuickSight::Types::CustomSql
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CustomSql
- 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 =
[:sql_query]
Instance Attribute Summary collapse
-
#columns ⇒ Array<Types::InputColumn>
The column schema from the SQL query result set.
-
#data_source_arn ⇒ String
The Amazon Resource Name (ARN) of the data source.
-
#name ⇒ String
A display name for the SQL query result.
-
#sql_query ⇒ String
The SQL query.
Instance Attribute Details
#columns ⇒ Array<Types::InputColumn>
The column schema from the SQL query result set.
12460 12461 12462 12463 12464 12465 12466 12467 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12460 class CustomSql < Struct.new( :data_source_arn, :name, :sql_query, :columns) SENSITIVE = [:sql_query] include Aws::Structure end |
#data_source_arn ⇒ String
The Amazon Resource Name (ARN) of the data source.
12460 12461 12462 12463 12464 12465 12466 12467 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12460 class CustomSql < Struct.new( :data_source_arn, :name, :sql_query, :columns) SENSITIVE = [:sql_query] include Aws::Structure end |
#name ⇒ String
A display name for the SQL query result.
12460 12461 12462 12463 12464 12465 12466 12467 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12460 class CustomSql < Struct.new( :data_source_arn, :name, :sql_query, :columns) SENSITIVE = [:sql_query] include Aws::Structure end |