Class: Aws::QuickSight::Types::SaaSTable
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SaaSTable
- 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
-
#data_source_arn ⇒ String
The Amazon Resource Name (ARN) of the SaaS data source.
-
#input_columns ⇒ Array<Types::InputColumn>
The list of input columns available from the SaaS table.
-
#table_path ⇒ Array<Types::TablePathElement>
The hierarchical path to the table within the SaaS data source.
Instance Attribute Details
#data_source_arn ⇒ String
The Amazon Resource Name (ARN) of the SaaS data source.
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_columns ⇒ Array<Types::InputColumn>
The list of input columns available from the SaaS table.
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_path ⇒ Array<Types::TablePathElement>
The hierarchical path to the table within the SaaS data source.
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 |