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.

This is the response object from the ListInventoryEntries operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SimpleSystemsManagement.Model.ListInventoryEntriesResponse

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

Syntax

C#
public class ListInventoryEntriesResponse : AmazonWebServiceResponse

The ListInventoryEntriesResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CaptureTime System.String

Gets and sets the property CaptureTime.

The time that inventory information was collected for the managed nodes.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Entries System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.String>>

Gets and sets the property Entries.

A list of inventory items on the managed nodes.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property InstanceId System.String

Gets and sets the property InstanceId.

The managed node ID targeted by the request to query inventory information.

Public Property NextToken System.String

Gets and sets the property NextToken.

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SchemaVersion System.String

Gets and sets the property SchemaVersion.

The inventory schema version used by the managed nodes.

Public Property TypeName System.String

Gets and sets the property TypeName.

The type of inventory item returned by the request.

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