Class: Aws::IoTTwinMaker::Types::PropertyValueEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/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 action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_property_referenceTypes::EntityPropertyReference

An object that contains information about the entity that has the property.



2443
2444
2445
2446
2447
2448
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2443

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

#property_valuesArray<Types::PropertyValue>

A list of objects that specify time series property values.

Returns:



2443
2444
2445
2446
2447
2448
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2443

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