Class: Aws::QuickSight::Types::RelationalTable
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::RelationalTable
 
- 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
- 
  
    
      #catalog  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The catalog associated with a table. 
- 
  
    
      #data_source_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) for the data source. 
- 
  
    
      #input_columns  ⇒ Array<Types::InputColumn> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The column schema of the table. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the relational table. 
- 
  
    
      #schema  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The schema name. 
Instance Attribute Details
#catalog ⇒ String
The catalog associated with a table.
| 30018 30019 30020 30021 30022 30023 30024 30025 30026 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30018 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.
| 30018 30019 30020 30021 30022 30023 30024 30025 30026 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30018 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.
| 30018 30019 30020 30021 30022 30023 30024 30025 30026 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30018 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.
| 30018 30019 30020 30021 30022 30023 30024 30025 30026 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30018 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.
| 30018 30019 30020 30021 30022 30023 30024 30025 30026 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30018 class RelationalTable < Struct.new( :data_source_arn, :catalog, :schema, :name, :input_columns) SENSITIVE = [] include Aws::Structure end |