Class: Aws::IoTTwinMaker::Types::PropertyValueHistory

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

Overview

The history of values for a time series property.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_property_referenceTypes::EntityPropertyReference

An object that uniquely identifies an entity property.



3329
3330
3331
3332
3333
3334
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3329

class PropertyValueHistory < Struct.new(
  :entity_property_reference,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<Types::PropertyValue>

A list of objects that contain information about the values in the history of a time series property.

Returns:



3329
3330
3331
3332
3333
3334
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3329

class PropertyValueHistory < Struct.new(
  :entity_property_reference,
  :values)
  SENSITIVE = []
  include Aws::Structure
end