Returns the scaling activities for the specified Auto Scaling group.

If the specified ActivityIds list is empty, all the activities from the past six weeks are returned. Activities are sorted by completion time. Activities still in progress appear first on the list.

This action supports pagination. If the response includes a token, there are more records available. To get the additional records, repeat the request with the response token as the NextToken parameter.

Namespace: Amazon.AutoScaling
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.2.0 (1.4.2.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public DescribeScalingActivitiesResponse DescribeScalingActivities()
Public Function DescribeScalingActivities As DescribeScalingActivitiesResponse
public:
virtual DescribeScalingActivitiesResponse^ DescribeScalingActivities() sealed

Return Value

The response from the DescribeScalingActivities service method, as returned by AmazonAutoScaling.

Implements

AmazonAutoScaling..::..DescribeScalingActivities()()()()

Exceptions

See Also