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.



4184
4185
4186
4187
4188
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4184

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