Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueSuccessEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueSuccessEntry
- 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
-
#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 'gems/aws-sdk-iotsitewise/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 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2241 class BatchGetAssetPropertyValueSuccessEntry < Struct.new( :entry_id, :asset_property_value) SENSITIVE = [] include Aws::Structure end |