Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueSuccessEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueSuccessEntry
- 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
-
#asset_property_value ⇒ Types::AssetPropertyValue
Contains asset property value information.
-
#entry_id ⇒ String
The ID of the entry.
Instance Attribute Details
#asset_property_value ⇒ Types::AssetPropertyValue
Contains asset property value information.
2241 2242 2243 2244 2245 2246 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2241 class BatchGetAssetPropertyValueSuccessEntry < Struct.new( :entry_id, :asset_property_value) SENSITIVE = [] include Aws::Structure end |
#entry_id ⇒ String
The ID of the entry.
2241 2242 2243 2244 2245 2246 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2241 class BatchGetAssetPropertyValueSuccessEntry < Struct.new( :entry_id, :asset_property_value) SENSITIVE = [] include Aws::Structure end |