Class: Aws::IoTSiteWise::Types::GetAssetPropertyValueResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::GetAssetPropertyValueResponse
- Includes:
- Structure
- Defined in:
- 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.
6108 6109 6110 6111 6112 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6108 class GetAssetPropertyValueResponse < Struct.new( :property_value) SENSITIVE = [] include Aws::Structure end |