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.

Information about an on-premises instance.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.InstanceInfo

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

Syntax

C#
public class InstanceInfo

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 at which the on-premises instance was deregistered.

Public Property IamSessionArn System.String

Gets and sets the property IamSessionArn.

The ARN of the IAM session associated with the on-premises instance.

Public Property IamUserArn System.String

Gets and sets the property IamUserArn.

The 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 at which 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 currently associated with the on-premises instance.

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