class Aws::AutoScaling::Types::DescribeAutoScalingInstancesType

@note When making an API call, you may pass DescribeAutoScalingInstancesType

data as a hash:

    {
      instance_ids: ["XmlStringMaxLen19"],
      max_records: 1,
      next_token: "XmlString",
    }

@!attribute [rw] instance_ids

The IDs of the instances. If you omit this parameter, all Auto
Scaling instances are described. If you specify an ID that does not
exist, it is ignored with no error.

Array Members: Maximum number of 50 items.
@return [Array<String>]

@!attribute [rw] max_records

The maximum number of items to return with this call. The default
value is `50` and the maximum value is `50`.
@return [Integer]

@!attribute [rw] next_token

The token for the next set of items to return. (You received this
token from a previous call.)
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeAutoScalingInstancesType AWS API Documentation

Constants

SENSITIVE