Class: Aws::AutoScaling::Types::DescribeAutoScalingInstancesType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-autoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idsArray<String>

The IDs of the instances. If you omit this property, 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.

Returns:

  • (Array<String>)


1848
1849
1850
1851
1852
1853
1854
# File 'lib/aws-sdk-autoscaling/types.rb', line 1848

class DescribeAutoScalingInstancesType < Struct.new(
  :instance_ids,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_recordsInteger

The maximum number of items to return with this call. The default value is ‘50` and the maximum value is `50`.

Returns:

  • (Integer)


1848
1849
1850
1851
1852
1853
1854
# File 'lib/aws-sdk-autoscaling/types.rb', line 1848

class DescribeAutoScalingInstancesType < Struct.new(
  :instance_ids,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1848
1849
1850
1851
1852
1853
1854
# File 'lib/aws-sdk-autoscaling/types.rb', line 1848

class DescribeAutoScalingInstancesType < Struct.new(
  :instance_ids,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end