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.

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 DescribeAutoScalingInstancesRequest : AmazonWebServiceRequest
Public Class DescribeAutoScalingInstancesRequest _
	Inherits AmazonWebServiceRequest
public ref class DescribeAutoScalingInstancesRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

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

Constraints:

Range
1 - 50

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(IEnumerable<(Of <<'(String>)>>))
Adds elements to the InstanceIds collection
WithInstanceIds(array<String>[]()[][])
Adds elements to the InstanceIds collection
WithMaxRecords(Int32)
Sets the MaxRecords property
WithNextToken(String)
Sets the NextToken property

Inheritance Hierarchy

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

See Also