Class: Aws::IoTSiteWise::Types::InterpolatedAssetPropertyValue

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Overview

Contains information about an interpolated asset property value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#timestampTypes::TimeInNanos

Contains a timestamp with optional nanosecond granularity.

Returns:



5976
5977
5978
5979
5980
5981
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5976

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

#valueTypes::Variant

Contains an asset property value (of a single type only).

Returns:



5976
5977
5978
5979
5980
5981
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5976

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