A scaling Activity is a long-running process that represents a change to your AutoScalingGroup, such as changing the size of the group. It can also be a process to replace an instance, or a process to perform any other long-running operations supported by the API.
 Declaration Syntax
 Declaration Syntax| C# | 
public class Activity
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Activity()()()() | Initializes a new instance of the Activity class | 
|  | ActivityId | 
            Specifies the ID of the activity.
             
             Constraints: | 
|  | AutoScalingGroupName | 
            The name of the Auto Scaling group.
             
             Constraints: | 
|  | Cause | 
            Contains the reason the activity was begun.
             
             Constraints: | 
|  | Description | 
            Contains a friendly, more verbose description of the scaling activity.
             
             Constraints: | 
|  | Details | 
            Contains details of the scaling activity.
             
             Constraints: | 
|  | EndTime | 
            Provides the end time of this activity.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Progress | 
            Specifies a value between 0 and 100 that indicates the progress of the activity.
             
             | 
|  | StartTime | 
            Provides the start time of this activity.
             
             | 
|  | StatusCode | 
            Contains the current status of the activity.
             
             Constraints: | 
|  | StatusMessage | 
            Contains a friendly, more verbose description of the activity status.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithActivityId(String) | Obsolete. 
            Sets the ActivityId property
             | 
|  | WithAutoScalingGroupName(String) | Obsolete. 
            Sets the AutoScalingGroupName property
             | 
|  | WithCause(String) | Obsolete. 
            Sets the Cause property
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
|  | WithDetails(String) | Obsolete. 
            Sets the Details property
             | 
|  | WithEndTime(DateTime) | Obsolete. 
            Sets the EndTime property
             | 
|  | WithProgress(Int32) | Obsolete. 
            Sets the Progress property
             | 
|  | WithStartTime(DateTime) | Obsolete. 
            Sets the StartTime property
             | 
|  | WithStatusCode(String) | Obsolete. 
            Sets the StatusCode property
             | 
|  | WithStatusMessage(String) | Obsolete. 
            Sets the StatusMessage property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Activity |