Class: Aws::QuickSight::Types::RelationalTable
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RelationalTable
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A physical table type for relational data sources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
The catalog associated with a table.
-
#data_source_arn ⇒ String
The Amazon Resource Name (ARN) for the data source.
-
#input_columns ⇒ Array<Types::InputColumn>
The column schema of the table.
-
#name ⇒ String
The name of the relational table.
-
#schema ⇒ String
The schema name.
Instance Attribute Details
#catalog ⇒ String
The catalog associated with a table.
26317 26318 26319 26320 26321 26322 26323 26324 26325 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26317 class RelationalTable < Struct.new( :data_source_arn, :catalog, :schema, :name, :input_columns) SENSITIVE = [] include Aws::Structure end |
#data_source_arn ⇒ String
The Amazon Resource Name (ARN) for the data source.
26317 26318 26319 26320 26321 26322 26323 26324 26325 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26317 class RelationalTable < Struct.new( :data_source_arn, :catalog, :schema, :name, :input_columns) SENSITIVE = [] include Aws::Structure end |
#input_columns ⇒ Array<Types::InputColumn>
The column schema of the table.
26317 26318 26319 26320 26321 26322 26323 26324 26325 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26317 class RelationalTable < Struct.new( :data_source_arn, :catalog, :schema, :name, :input_columns) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the relational table.
26317 26318 26319 26320 26321 26322 26323 26324 26325 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26317 class RelationalTable < Struct.new( :data_source_arn, :catalog, :schema, :name, :input_columns) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ String
The schema name. This name applies to certain relational database engines.
26317 26318 26319 26320 26321 26322 26323 26324 26325 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26317 class RelationalTable < Struct.new( :data_source_arn, :catalog, :schema, :name, :input_columns) SENSITIVE = [] include Aws::Structure end |