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.



4176
4177
4178
4179
4180
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4176

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