Class: Aws::IoTSiteWise::Types::AssetPropertyValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetPropertyValue
- Defined in:
- gems/aws-sdk-iotsitewise/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.
1185 1186 1187 1188 1189 1190 1191 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1185 class AssetPropertyValue < Struct.new( :value, :timestamp, :quality) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Types::TimeInNanos
The timestamp of the asset property value.
1185 1186 1187 1188 1189 1190 1191 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1185 class AssetPropertyValue < Struct.new( :value, :timestamp, :quality) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::Variant
The value of the asset property (see Variant
).
1185 1186 1187 1188 1189 1190 1191 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1185 class AssetPropertyValue < Struct.new( :value, :timestamp, :quality) SENSITIVE = [] include Aws::Structure end |