AWS SDK for .NET Documentation
DescribeScalingActivitiesRequest Class
AmazonAmazon.AutoScaling.ModelDescribeScalingActivitiesRequest Did this page help you?   Yes   No    Tell us about it...
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 the start 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.

Declaration Syntax
C#
public class DescribeScalingActivitiesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.

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(array<String>[]()[][]) Obsolete.
Adds elements to the ActivityIds collection

WithActivityIds(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the ActivityIds collection

WithAutoScalingGroupName(String) Obsolete.
Sets the AutoScalingGroupName property

WithMaxRecords(Int32) Obsolete.
Sets the MaxRecords property

WithNextToken(String) Obsolete.
Sets the NextToken property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeScalingActivitiesRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)