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.

Information collected from managed nodes based on your inventory policy document

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.InventoryItem

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

Syntax

C#
public class InventoryItem

The InventoryItem type exposes the following members

Constructors

NameDescription
Public Method InventoryItem()

Properties

NameTypeDescription
Public Property CaptureTime System.String

Gets and sets the property CaptureTime.

The time the inventory information was collected.

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

Gets and sets the property Content.

The inventory data of the inventory type.

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 Context System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Context.

A map of associated properties for a specified inventory type. For example, with this attribute, you can specify the ExecutionId, ExecutionType, ComplianceType properties of the AWS:ComplianceItem type.

Public Property SchemaVersion System.String

Gets and sets the property SchemaVersion.

The schema version for the inventory item.

Public Property TypeName System.String

Gets and sets the property TypeName.

The name of the inventory type. Default inventory item type names start with AWS. Custom inventory type names will start with Custom. Default inventory item types include the following: AWS:AWSComponent, AWS:Application, AWS:InstanceInformation, AWS:Network, and AWS:WindowsUpdate.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5