Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueSuccessEntry

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

Overview

Contains success information for an entry that is associated with the BatchGetAssetPropertyValue API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_property_valueTypes::AssetPropertyValue

Contains asset property value information.



2240
2241
2242
2243
2244
2245
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2240

class BatchGetAssetPropertyValueSuccessEntry < Struct.new(
  :entry_id,
  :asset_property_value)
  SENSITIVE = []
  include Aws::Structure
end

#entry_idString

The ID of the entry.

Returns:

  • (String)


2240
2241
2242
2243
2244
2245
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2240

class BatchGetAssetPropertyValueSuccessEntry < Struct.new(
  :entry_id,
  :asset_property_value)
  SENSITIVE = []
  include Aws::Structure
end