Class: Aws::AutoScaling::Types::AutoScalingGroupNamesType

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_namesArray<String>

The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally increase this limit using the MaxRecords property.

If you omit this property, all Auto Scaling groups are described.

Returns:

  • (Array<String>)


601
602
603
604
605
606
607
608
609
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 601

class AutoScalingGroupNamesType < Struct.new(
  :auto_scaling_group_names,
  :include_instances,
  :next_token,
  :max_records,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::Filter>

One or more filters to limit the results based on specific tags.

Returns:



601
602
603
604
605
606
607
608
609
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 601

class AutoScalingGroupNamesType < Struct.new(
  :auto_scaling_group_names,
  :include_instances,
  :next_token,
  :max_records,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#include_instancesBoolean

Specifies whether to include information about Amazon EC2 instances in the response. When set to true (default), the response includes instance details.

Returns:

  • (Boolean)


601
602
603
604
605
606
607
608
609
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 601

class AutoScalingGroupNamesType < Struct.new(
  :auto_scaling_group_names,
  :include_instances,
  :next_token,
  :max_records,
  :filters)
  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 100.

Returns:

  • (Integer)


601
602
603
604
605
606
607
608
609
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 601

class AutoScalingGroupNamesType < Struct.new(
  :auto_scaling_group_names,
  :include_instances,
  :next_token,
  :max_records,
  :filters)
  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)


601
602
603
604
605
606
607
608
609
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 601

class AutoScalingGroupNamesType < Struct.new(
  :auto_scaling_group_names,
  :include_instances,
  :next_token,
  :max_records,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end