Class: Aws::IoTTwinMaker::Types::PropertyLatestValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::PropertyLatestValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The latest value of the property.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#property_reference ⇒ Types::EntityPropertyReference
An object that specifies information about a property.
-
#property_value ⇒ Types::DataValue
The value of the property.
Instance Attribute Details
#property_reference ⇒ Types::EntityPropertyReference
An object that specifies information about a property.
3164 3165 3166 3167 3168 3169 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3164 class PropertyLatestValue < Struct.new( :property_reference, :property_value) SENSITIVE = [] include Aws::Structure end |
#property_value ⇒ Types::DataValue
The value of the property.
3164 3165 3166 3167 3168 3169 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3164 class PropertyLatestValue < Struct.new( :property_reference, :property_value) SENSITIVE = [] include Aws::Structure end |