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.

Inventory query results.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.InventoryResultEntity

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

Syntax

C#
public class InventoryResultEntity

The InventoryResultEntity type exposes the following members

Constructors

NameDescription
Public Method InventoryResultEntity()

Properties

NameTypeDescription
Public Property Data System.Collections.Generic.Dictionary<System.String, Amazon.SimpleSystemsManagement.Model.InventoryResultItem>

Gets and sets the property Data.

The data section in the inventory result entity JSON.

Public Property Id System.String

Gets and sets the property Id.

ID of the inventory result entity. For example, for managed node inventory the result will be the managed node ID. For EC2 instance inventory, the result will be the instance ID.

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