AWS SDK Version 2 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.

.NET Framework 4.5
 
Describes a filter for a specific list of instances.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.InstanceInformation

Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class InstanceInformation : Object

The InstanceInformation type exposes the following members

Constructors

NameDescription
Public Method InstanceInformation()

Properties

NameTypeDescription
Public Property AgentVersion System.String Gets and sets the property AgentVersion. The version of the SSM agent running on your instance.
Public Property InstanceId System.String Gets and sets the property InstanceId. The instance ID.
Public Property IsLatestVersion System.Boolean Gets and sets the property IsLatestVersion. Indicates whether latest version of the SSM agent is running on your instance.
Public Property LastPingDateTime System.DateTime Gets and sets the property LastPingDateTime. The date and time when agent last pinged SSM service.
Public Property PingStatus Amazon.SimpleSystemsManagement.PingStatus Gets and sets the property PingStatus. Connection status of the SSM agent.
Public Property PlatformName System.String Gets and sets the property PlatformName. The name of the operating system platform running on your instance.
Public Property PlatformType Amazon.SimpleSystemsManagement.PlatformType Gets and sets the property PlatformType. The operating system platform type.
Public Property PlatformVersion System.String Gets and sets the property PlatformVersion. The version of the OS platform running on your instance.

Version Information

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