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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


23995
23996
23997
23998
23999
24000
24001
24002
24003
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23995

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)


23995
23996
23997
23998
23999
24000
24001
24002
24003
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23995

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:



23995
23996
23997
23998
23999
24000
24001
24002
24003
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23995

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)


23995
23996
23997
23998
23999
24000
24001
24002
24003
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23995

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)


23995
23996
23997
23998
23999
24000
24001
24002
24003
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23995

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