Class: Aws::TimestreamQuery::Types::DimensionMapping
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::TimestreamQuery::Types::DimensionMapping
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
This type is used to map column(s) from the query result to a dimension in the destination table.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #dimension_value_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Type for the dimension. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Column name from query result. 
Instance Attribute Details
#dimension_value_type ⇒ String
Type for the dimension.
| 323 324 325 326 327 328 | # File 'lib/aws-sdk-timestreamquery/types.rb', line 323 class DimensionMapping < Struct.new( :name, :dimension_value_type) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
Column name from query result.
| 323 324 325 326 327 328 | # File 'lib/aws-sdk-timestreamquery/types.rb', line 323 class DimensionMapping < Struct.new( :name, :dimension_value_type) SENSITIVE = [] include Aws::Structure end |