Class: Aws::Pipes::Types::SingleMeasureMapping

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#measure_nameString

Target measure name for the measurement attribute in the Timestream table.

Returns:

  • (String)


3031
3032
3033
3034
3035
3036
3037
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3031

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

#measure_valueString

Dynamic path of the source field to map to the measure in the record.

Returns:

  • (String)


3031
3032
3033
3034
3035
3036
3037
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3031

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

#measure_value_typeString

Data type of the source field.

Returns:

  • (String)


3031
3032
3033
3034
3035
3036
3037
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3031

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