Class: Aws::IoTTwinMaker::Types::PropertyValueHistory
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::PropertyValueHistory
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The history of values for a time series property.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_property_reference ⇒ Types::EntityPropertyReference
An object that uniquely identifies an entity property.
-
#values ⇒ Array<Types::PropertyValue>
A list of objects that contain information about the values in the history of a time series property.
Instance Attribute Details
#entity_property_reference ⇒ Types::EntityPropertyReference
An object that uniquely identifies an entity property.
3329 3330 3331 3332 3333 3334 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3329 class PropertyValueHistory < Struct.new( :entity_property_reference, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::PropertyValue>
A list of objects that contain information about the values in the history of a time series property.
3329 3330 3331 3332 3333 3334 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3329 class PropertyValueHistory < Struct.new( :entity_property_reference, :values) SENSITIVE = [] include Aws::Structure end |