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.

Details about an instance refresh rollback.

Inheritance Hierarchy

System.Object
  Amazon.AutoScaling.Model.RollbackDetails

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

Syntax

C#
public class RollbackDetails

The RollbackDetails type exposes the following members

Constructors

NameDescription
Public Method RollbackDetails()

Properties

NameTypeDescription
Public Property InstancesToUpdateOnRollback System.Int32

Gets and sets the property InstancesToUpdateOnRollback.

Indicates the value of InstancesToUpdate at the time the rollback started.

Public Property PercentageCompleteOnRollback System.Int32

Gets and sets the property PercentageCompleteOnRollback.

Indicates the value of PercentageComplete at the time the rollback started.

Public Property ProgressDetailsOnRollback Amazon.AutoScaling.Model.InstanceRefreshProgressDetails

Gets and sets the property ProgressDetailsOnRollback.

Reports progress on replacing instances in an Auto Scaling group that has a warm pool. This includes separate details for instances in the warm pool and instances in the Auto Scaling group (the live pool).

Public Property RollbackReason System.String

Gets and sets the property RollbackReason.

The reason for this instance refresh rollback (for example, whether a manual or automatic rollback was initiated).

Public Property RollbackStartTime System.DateTime

Gets and sets the property RollbackStartTime.

The date and time at which the rollback began.

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