Class: Aws::Pipes::Types::DimensionMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::DimensionMapping
- 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
-
#dimension_name ⇒ String
The metadata attributes of the time series.
-
#dimension_value ⇒ String
Dynamic path to the dimension value in the source event.
-
#dimension_value_type ⇒ String
The data type of the dimension for the time-series data.
Instance Attribute Details
#dimension_name ⇒ String
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.
806 807 808 809 810 811 812 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 806 class DimensionMapping < Struct.new( :dimension_value, :dimension_value_type, :dimension_name) SENSITIVE = [] include Aws::Structure end |
#dimension_value ⇒ String
Dynamic path to the dimension value in the source event.
806 807 808 809 810 811 812 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 806 class DimensionMapping < Struct.new( :dimension_value, :dimension_value_type, :dimension_name) SENSITIVE = [] include Aws::Structure end |
#dimension_value_type ⇒ String
The data type of the dimension for the time-series data.
806 807 808 809 810 811 812 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 806 class DimensionMapping < Struct.new( :dimension_value, :dimension_value_type, :dimension_name) SENSITIVE = [] include Aws::Structure end |