Class: Aws::IoTSiteWise::Types::Measurement
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::Measurement
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains an asset measurement property. For more information, see
- Measurements][1
-
in the *IoT SiteWise User Guide*.
[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-properties.html#measurements
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#processing_config ⇒ Types::MeasurementProcessingConfig
The processing configuration for the given measurement property.
Instance Attribute Details
#processing_config ⇒ Types::MeasurementProcessingConfig
The processing configuration for the given measurement property. You can configure measurements to be kept at the edge or forwarded to the Amazon Web Services Cloud. By default, measurements are forwarded to the cloud.
7654 7655 7656 7657 7658 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7654 class Measurement < Struct.new( :processing_config) SENSITIVE = [] include Aws::Structure end |