Class: Aws::QuickSight::Types::RelationalTable

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#catalogString

The catalog associated with a table.

Returns:

  • (String)


24149
24150
24151
24152
24153
24154
24155
24156
24157
# File 'lib/aws-sdk-quicksight/types.rb', line 24149

class RelationalTable < Struct.new(
  :data_source_arn,
  :catalog,
  :schema,
  :name,
  :input_columns)
  SENSITIVE = []
  include Aws::Structure
end

#data_source_arnString

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

Returns:

  • (String)


24149
24150
24151
24152
24153
24154
24155
24156
24157
# File 'lib/aws-sdk-quicksight/types.rb', line 24149

class RelationalTable < Struct.new(
  :data_source_arn,
  :catalog,
  :schema,
  :name,
  :input_columns)
  SENSITIVE = []
  include Aws::Structure
end

#input_columnsArray<Types::InputColumn>

The column schema of the table.

Returns:



24149
24150
24151
24152
24153
24154
24155
24156
24157
# File 'lib/aws-sdk-quicksight/types.rb', line 24149

class RelationalTable < Struct.new(
  :data_source_arn,
  :catalog,
  :schema,
  :name,
  :input_columns)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the relational table.

Returns:

  • (String)


24149
24150
24151
24152
24153
24154
24155
24156
24157
# File 'lib/aws-sdk-quicksight/types.rb', line 24149

class RelationalTable < Struct.new(
  :data_source_arn,
  :catalog,
  :schema,
  :name,
  :input_columns)
  SENSITIVE = []
  include Aws::Structure
end

#schemaString

The schema name. This name applies to certain relational database engines.

Returns:

  • (String)


24149
24150
24151
24152
24153
24154
24155
24156
24157
# File 'lib/aws-sdk-quicksight/types.rb', line 24149

class RelationalTable < Struct.new(
  :data_source_arn,
  :catalog,
  :schema,
  :name,
  :input_columns)
  SENSITIVE = []
  include Aws::Structure
end