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

#catalog ⇒ String

The catalog associated with a table.

Returns:

  • (String)


39009
39010
39011
39012
39013
39014
39015
39016
39017
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39009

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.

Returns:

  • (String)


39009
39010
39011
39012
39013
39014
39015
39016
39017
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39009

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.

Returns:



39009
39010
39011
39012
39013
39014
39015
39016
39017
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39009

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.

Returns:

  • (String)


39009
39010
39011
39012
39013
39014
39015
39016
39017
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39009

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.

Returns:

  • (String)


39009
39010
39011
39012
39013
39014
39015
39016
39017
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39009

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