Class: Aws::IoTSiteWise::Types::GetAssetPropertyValueResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::GetAssetPropertyValueResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#property_value ⇒ Types::AssetPropertyValue
The current asset property value.
Instance Attribute Details
#property_value ⇒ Types::AssetPropertyValue
The current asset property value.
6154 6155 6156 6157 6158 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6154 class GetAssetPropertyValueResponse < Struct.new( :property_value) SENSITIVE = [] include Aws::Structure end |