Class: Aws::IoTTwinMaker::Types::PropertyValueEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::PropertyValueEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
An object that specifies information about time series property values. This object is used and consumed by the
- BatchPutPropertyValues][1
-
action.
[1]: docs.aws.amazon.com/iot-twinmaker/latest/apireference/API_BatchPutPropertyValues.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_property_reference ⇒ Types::EntityPropertyReference
An object that contains information about the entity that has the property.
-
#property_values ⇒ Array<Types::PropertyValue>
A list of objects that specify time series property values.
Instance Attribute Details
#entity_property_reference ⇒ Types::EntityPropertyReference
An object that contains information about the entity that has the property.
3311 3312 3313 3314 3315 3316 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3311 class PropertyValueEntry < Struct.new( :entity_property_reference, :property_values) SENSITIVE = [] include Aws::Structure end |
#property_values ⇒ Array<Types::PropertyValue>
A list of objects that specify time series property values.
3311 3312 3313 3314 3315 3316 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3311 class PropertyValueEntry < Struct.new( :entity_property_reference, :property_values) SENSITIVE = [] include Aws::Structure end |