Class: Aws::IoTSiteWise::Types::GetAssetPropertyValueResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#property_valueTypes::AssetPropertyValue

The current asset property value.



5589
5590
5591
5592
5593
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5589

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