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.

Describes scaling activity, which is a long-running process that represents a change to your Auto Scaling group, such as changing its size or replacing an instance.

Inheritance Hierarchy

System.Object
  Amazon.AutoScaling.Model.Activity

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

Syntax

C#
public class Activity

The Activity type exposes the following members

Constructors

NameDescription
Public Method Activity()

Properties

NameTypeDescription
Public Property ActivityId System.String

Gets and sets the property ActivityId.

The ID of the activity.

Public Property AutoScalingGroupARN System.String

Gets and sets the property AutoScalingGroupARN.

The Amazon Resource Name (ARN) of the Auto Scaling group.

Public Property AutoScalingGroupName System.String

Gets and sets the property AutoScalingGroupName.

The name of the Auto Scaling group.

Public Property AutoScalingGroupState System.String

Gets and sets the property AutoScalingGroupState.

The state of the Auto Scaling group, which is either InService or Deleted.

Public Property Cause System.String

Gets and sets the property Cause.

The reason the activity began.

Public Property Description System.String

Gets and sets the property Description.

A friendly, more verbose description of the activity.

Public Property Details System.String

Gets and sets the property Details.

The details about the activity.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The end time of the activity.

Public Property Progress System.Int32

Gets and sets the property Progress.

A value between 0 and 100 that indicates the progress of the activity.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The start time of the activity.

Public Property StatusCode Amazon.AutoScaling.ScalingActivityStatusCode

Gets and sets the property StatusCode.

The current status of the activity.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

A friendly, more verbose description of the activity status.

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