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.
5727 5728 5729 5730 5731 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5727 class GetAssetPropertyValueResponse < Struct.new( :property_value) SENSITIVE = [] include Aws::Structure end |