Class: Aws::TimestreamQuery::Types::MultiMeasureAttributeMapping

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

Overview

Attribute mapping for MULTI value measures.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#measure_value_typeString

Type of the attribute to be read from the source column.

Returns:

  • (String)


579
580
581
582
583
584
585
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 579

class MultiMeasureAttributeMapping < Struct.new(
  :source_column,
  :target_multi_measure_attribute_name,
  :measure_value_type)
  SENSITIVE = []
  include Aws::Structure
end

#source_columnString

Source column from where the attribute value is to be read.

Returns:

  • (String)


579
580
581
582
583
584
585
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 579

class MultiMeasureAttributeMapping < Struct.new(
  :source_column,
  :target_multi_measure_attribute_name,
  :measure_value_type)
  SENSITIVE = []
  include Aws::Structure
end

#target_multi_measure_attribute_nameString

Custom name to be used for attribute name in derived table. If not provided, source column name would be used.

Returns:

  • (String)


579
580
581
582
583
584
585
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 579

class MultiMeasureAttributeMapping < Struct.new(
  :source_column,
  :target_multi_measure_attribute_name,
  :measure_value_type)
  SENSITIVE = []
  include Aws::Structure
end