AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The inventory result item.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.InventoryResultItem

Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.SimpleSystemsManagement.dll
Version: 3.x.y.z

Syntax

C#
public class InventoryResultItem

The InventoryResultItem type exposes the following members

Constructors

NameDescription
Public Method InventoryResultItem()

Properties

NameTypeDescription
Public Property CaptureTime System.String

Gets and sets the property CaptureTime.

The time inventory item data was captured.

Public Property Content System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.String>>

Gets and sets the property Content.

Contains all the inventory data of the item type. Results include attribute names and values.

Public Property ContentHash System.String

Gets and sets the property ContentHash.

MD5 hash of the inventory item type contents. The content hash is used to determine whether to update inventory information. The PutInventory API doesn't update the inventory item type contents if the MD5 hash hasn't changed since last update.

Public Property SchemaVersion System.String

Gets and sets the property SchemaVersion.

The schema version for the inventory result item/

Public Property TypeName System.String

Gets and sets the property TypeName.

The name of the inventory result item type.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5