Class: Aws::Pipes::Types::MultiMeasureAttributeMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::MultiMeasureAttributeMapping
- Includes:
- Structure
- Defined in:
- 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
-
#measure_value ⇒ String
Dynamic path to the measurement attribute in the source event.
-
#measure_value_type ⇒ String
Data type of the measurement attribute in the source event.
-
#multi_measure_attribute_name ⇒ String
Target measure name to be used.
Instance Attribute Details
#measure_value ⇒ String
Dynamic path to the measurement attribute in the source event.
1376 1377 1378 1379 1380 1381 1382 |
# File '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_type ⇒ String
Data type of the measurement attribute in the source event.
1376 1377 1378 1379 1380 1381 1382 |
# File '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_name ⇒ String
Target measure name to be used.
1376 1377 1378 1379 1380 1381 1382 |
# File '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 |