Class: Aws::TimestreamQuery::Types::MultiMeasureMappings

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

Overview

Only one of MixedMeasureMappings or MultiMeasureMappings is to be provided. MultiMeasureMappings can be used to ingest data as multi measures in the derived table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#multi_measure_attribute_mappingsArray<Types::MultiMeasureAttributeMapping>

Required. Attribute mappings to be used for mapping query results to ingest data for multi-measure attributes.



605
606
607
608
609
610
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 605

class MultiMeasureMappings < Struct.new(
  :target_multi_measure_name,
  :multi_measure_attribute_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#target_multi_measure_nameString

The name of the target multi-measure name in the derived table. This input is required when measureNameColumn is not provided. If MeasureNameColumn is provided, then value from that column will be used as multi-measure name.

Returns:

  • (String)


605
606
607
608
609
610
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 605

class MultiMeasureMappings < Struct.new(
  :target_multi_measure_name,
  :multi_measure_attribute_mappings)
  SENSITIVE = []
  include Aws::Structure
end