Class: Aws::Pipes::Types::MultiMeasureAttributeMapping

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

Overview

A mapping of a source event data field to a measure in a Timestream for LiveAnalytics record.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#measure_valueString

Dynamic path to the measurement attribute in the source event.

Returns:

  • (String)


1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1376

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

#measure_value_typeString

Data type of the measurement attribute in the source event.

Returns:

  • (String)


1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1376

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

#multi_measure_attribute_nameString

Target measure name to be used.

Returns:

  • (String)


1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1376

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