AWS SDK for .NET Documentation
DescribeAutoScalingInstancesRequest Class
AmazonAmazon.AutoScaling.ModelDescribeAutoScalingInstancesRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeAutoScalingInstances operation.

Returns a description of each Auto Scaling instance in the InstanceIds list. If a list is not provided, the service returns the full details of all instances up to a maximum of 50. By default, the service returns a list of 20 items.

This action supports pagination by returning a token if there are more pages to retrieve. To get the next page, call this action again with the returned token as the NextToken parameter.

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



IconMemberDescription
DescribeAutoScalingInstancesRequest()()()()
Initializes a new instance of the DescribeAutoScalingInstancesRequest class

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.)
InstanceIds
The list of Auto Scaling instances to describe. If this list is omitted, all auto scaling instances are described. The list of requested instances cannot contain more than 50 items. If unknown instances are requested, they are ignored with no error.

MaxRecords
The maximum number of Auto Scaling instances to be described with each call.

NextToken
The token returned by a previous call to indicate that there is more data available.

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

WithInstanceIds(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the InstanceIds collection

WithMaxRecords(Int32) Obsolete.
Sets the MaxRecords property

WithNextToken(String) Obsolete.
Sets the NextToken property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeAutoScalingInstancesRequest
See Also

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