Class: Aws::IoTSiteWise::Types::AssetPropertyValue

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#qualityString

The quality of the asset property value.

Returns:

  • (String)


1188
1189
1190
1191
1192
1193
1194
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1188

class AssetPropertyValue < Struct.new(
  :value,
  :timestamp,
  :quality)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTypes::TimeInNanos

The timestamp of the asset property value.

Returns:



1188
1189
1190
1191
1192
1193
1194
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1188

class AssetPropertyValue < Struct.new(
  :value,
  :timestamp,
  :quality)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::Variant

The value of the asset property (see Variant).

Returns:



1188
1189
1190
1191
1192
1193
1194
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1188

class AssetPropertyValue < Struct.new(
  :value,
  :timestamp,
  :quality)
  SENSITIVE = []
  include Aws::Structure
end