Class: Aws::QuickSight::Types::SaaSTable

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

A table from a Software-as-a-Service (SaaS) data source, including connection details and column definitions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_arnString

The Amazon Resource Name (ARN) of the SaaS data source.

Returns:

  • (String)


31647
31648
31649
31650
31651
31652
31653
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31647

class SaaSTable < Struct.new(
  :data_source_arn,
  :table_path,
  :input_columns)
  SENSITIVE = []
  include Aws::Structure
end

#input_columnsArray<Types::InputColumn>

The list of input columns available from the SaaS table.

Returns:



31647
31648
31649
31650
31651
31652
31653
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31647

class SaaSTable < Struct.new(
  :data_source_arn,
  :table_path,
  :input_columns)
  SENSITIVE = []
  include Aws::Structure
end

#table_pathArray<Types::TablePathElement>

The hierarchical path to the table within the SaaS data source.

Returns:



31647
31648
31649
31650
31651
31652
31653
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31647

class SaaSTable < Struct.new(
  :data_source_arn,
  :table_path,
  :input_columns)
  SENSITIVE = []
  include Aws::Structure
end