Class: Aws::Pipes::Types::SingleMeasureMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::SingleMeasureMapping
- Defined in:
- gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb
Overview
Maps a single source data field to a single record in the specified Timestream for LiveAnalytics table.
For more information, see Amazon Timestream for LiveAnalytics concepts
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#measure_name ⇒ String
Target measure name for the measurement attribute in the Timestream table.
-
#measure_value ⇒ String
Dynamic path of the source field to map to the measure in the record.
-
#measure_value_type ⇒ String
Data type of the source field.
Instance Attribute Details
#measure_name ⇒ String
Target measure name for the measurement attribute in the Timestream table.
3039 3040 3041 3042 3043 3044 3045 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3039 class SingleMeasureMapping < Struct.new( :measure_value, :measure_value_type, :measure_name) SENSITIVE = [] include Aws::Structure end |
#measure_value ⇒ String
Dynamic path of the source field to map to the measure in the record.
3039 3040 3041 3042 3043 3044 3045 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3039 class SingleMeasureMapping < Struct.new( :measure_value, :measure_value_type, :measure_name) SENSITIVE = [] include Aws::Structure end |
#measure_value_type ⇒ String
Data type of the source field.
3039 3040 3041 3042 3043 3044 3045 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3039 class SingleMeasureMapping < Struct.new( :measure_value, :measure_value_type, :measure_name) SENSITIVE = [] include Aws::Structure end |