Container for the parameters to the DescribeScalingActivities operation.

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.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class DescribeScalingActivitiesRequest : AmazonWebServiceRequest
Public Class DescribeScalingActivitiesRequest _
	Inherits AmazonWebServiceRequest
public ref class DescribeScalingActivitiesRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DescribeScalingActivitiesRequest()()()()
Initializes a new instance of the DescribeScalingActivitiesRequest class
ActivityIds
A list containing the activity IDs of the desired scaling activities. If this list is omitted, all activities are described. If an AutoScalingGroupName is provided, the results are limited to that group. The list of requested activities cannot contain more than 50 items. If unknown activities are requested, they are ignored with no error.
AutoScalingGroupName
The name of the AutoScalingGroup.

Constraints:

Length
1 - 1600
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
MaxRecords
The maximum number of scaling activities to return.

Constraints:

Range
1 - 50

NextToken
A string that marks the start of the next batch of returned results for pagination.

Constraints:

Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithActivityIds(IEnumerable<(Of <<'(String>)>>))
Adds elements to the ActivityIds collection
WithActivityIds(array<String>[]()[][])
Adds elements to the ActivityIds collection
WithAutoScalingGroupName(String)
Sets the AutoScalingGroupName property
WithMaxRecords(Int32)
Sets the MaxRecords property
WithNextToken(String)
Sets the NextToken property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.AutoScaling.Model..::..DescribeScalingActivitiesRequest

See Also