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)


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

#timestampTypes::TimeInNanos

The timestamp of the asset property value.

Returns:



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

#valueTypes::Variant

The value of the asset property (see Variant).

Returns:



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