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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



31760
31761
31762
31763
31764
31765
31766
# File 'lib/aws-sdk-quicksight/types.rb', line 31760

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.



31760
31761
31762
31763
31764
31765
31766
# File 'lib/aws-sdk-quicksight/types.rb', line 31760

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.



31760
31761
31762
31763
31764
31765
31766
# File 'lib/aws-sdk-quicksight/types.rb', line 31760

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