Class: Aws::IoTSiteWise::Types::InterpolatedAssetPropertyValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::InterpolatedAssetPropertyValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains information about an interpolated asset property value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#timestamp ⇒ Types::TimeInNanos
Contains a timestamp with optional nanosecond granularity.
-
#value ⇒ Types::Variant
Contains an asset property value (of a single type only).
Instance Attribute Details
#timestamp ⇒ Types::TimeInNanos
Contains a timestamp with optional nanosecond granularity.
6496 6497 6498 6499 6500 6501 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6496 class InterpolatedAssetPropertyValue < Struct.new( :timestamp, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::Variant
Contains an asset property value (of a single type only).
6496 6497 6498 6499 6500 6501 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6496 class InterpolatedAssetPropertyValue < Struct.new( :timestamp, :value) SENSITIVE = [] include Aws::Structure end |