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 3.5
 
Information about an on-premises instance.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.InstanceInfo

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

Syntax

C#
public class InstanceInfo : Object

The InstanceInfo type exposes the following members

Constructors

NameDescription
Public Method InstanceInfo()

Properties

NameTypeDescription
Public Property DeregisterTime System.DateTime Gets and sets the property DeregisterTime.

If the on-premises instance was deregistered, the time that the on-premises instance was deregistered.

Public Property IamUserArn System.String Gets and sets the property IamUserArn.

The IAM user ARN associated with the on-premises instance.

Public Property InstanceArn System.String Gets and sets the property InstanceArn.

The ARN of the on-premises instance.

Public Property InstanceName System.String Gets and sets the property InstanceName.

The name of the on-premises instance.

Public Property RegisterTime System.DateTime Gets and sets the property RegisterTime.

The time that the on-premises instance was registered.

Public Property Tags System.Collections.Generic.List<Amazon.CodeDeploy.Model.Tag> Gets and sets the property Tags.

The tags that are currently associated with the on-premises instance.

Version Information

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