Class: Aws::IoTTwinMaker::Types::PropertyLatestValue

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

Overview

The latest value of the property.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#property_referenceTypes::EntityPropertyReference

An object that specifies information about a property.



3164
3165
3166
3167
3168
3169
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3164

class PropertyLatestValue < Struct.new(
  :property_reference,
  :property_value)
  SENSITIVE = []
  include Aws::Structure
end

#property_valueTypes::DataValue

The value of the property.

Returns:



3164
3165
3166
3167
3168
3169
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3164

class PropertyLatestValue < Struct.new(
  :property_reference,
  :property_value)
  SENSITIVE = []
  include Aws::Structure
end