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

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

Overview

Contains success information for an entry that is associated with the

BatchGetAssetPropertyValue][1

API.

[1]: docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValue.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_property_valueTypes::AssetPropertyValue

Contains asset property value information.



2237
2238
2239
2240
2241
2242
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2237

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

#entry_idString

The ID of the entry.

Returns:

  • (String)


2237
2238
2239
2240
2241
2242
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2237

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