Class: Aws::Pipes::Types::DimensionMapping

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

Overview

Maps source data to a dimension in the target Timestream for LiveAnalytics table.

For more information, see Amazon Timestream for LiveAnalytics concepts

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_nameString

The metadata attributes of the time series. For example, the name and Availability Zone of an Amazon EC2 instance or the name of the manufacturer of a wind turbine are dimensions.

Returns:

  • (String)


775
776
777
778
779
780
781
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 775

class DimensionMapping < Struct.new(
  :dimension_value,
  :dimension_value_type,
  :dimension_name)
  SENSITIVE = []
  include Aws::Structure
end

#dimension_valueString

Dynamic path to the dimension value in the source event.

Returns:

  • (String)


775
776
777
778
779
780
781
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 775

class DimensionMapping < Struct.new(
  :dimension_value,
  :dimension_value_type,
  :dimension_name)
  SENSITIVE = []
  include Aws::Structure
end

#dimension_value_typeString

The data type of the dimension for the time-series data.

Returns:

  • (String)


775
776
777
778
779
780
781
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 775

class DimensionMapping < Struct.new(
  :dimension_value,
  :dimension_value_type,
  :dimension_name)
  SENSITIVE = []
  include Aws::Structure
end