Class: Aws::IoTSiteWise::Types::AssetPropertyValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetPropertyValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains asset property value information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#quality ⇒ String
The quality of the asset property value.
-
#timestamp ⇒ Types::TimeInNanos
The timestamp of the asset property value.
-
#value ⇒ Types::Variant
The value of the asset property (see ‘Variant`).
Instance Attribute Details
#quality ⇒ String
The quality of the asset property value.
1189 1190 1191 1192 1193 1194 1195 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1189 class AssetPropertyValue < Struct.new( :value, :timestamp, :quality) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Types::TimeInNanos
The timestamp of the asset property value.
1189 1190 1191 1192 1193 1194 1195 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1189 class AssetPropertyValue < Struct.new( :value, :timestamp, :quality) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::Variant
The value of the asset property (see ‘Variant`).
1189 1190 1191 1192 1193 1194 1195 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1189 class AssetPropertyValue < Struct.new( :value, :timestamp, :quality) SENSITIVE = [] include Aws::Structure end |