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.

Container for the parameters to the PutInventory operation. Bulk update custom inventory items on one or more managed nodes. The request adds an inventory item, if it doesn't already exist, or updates an inventory item, if it does exist.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementRequest
      Amazon.SimpleSystemsManagement.Model.PutInventoryRequest

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

Syntax

C#
public class PutInventoryRequest : AmazonSimpleSystemsManagementRequest
         IAmazonWebServiceRequest

The PutInventoryRequest type exposes the following members

Constructors

NameDescription
Public Method PutInventoryRequest()

Properties

NameTypeDescription
Public Property InstanceId System.String

Gets and sets the property InstanceId.

An managed node ID where you want to add or update inventory items.

Public Property Items System.Collections.Generic.List<Amazon.SimpleSystemsManagement.Model.InventoryItem>

Gets and sets the property Items.

The inventory items that you want to add or update on managed nodes.

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