Class: Aws::AutoScaling::Types::AutoScalingGroupNamesType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::AutoScalingGroupNamesType
- Defined in:
- gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_names ⇒ Array<String>
The names of the Auto Scaling groups.
-
#filters ⇒ Array<Types::Filter>
One or more filters to limit the results based on specific tags.
-
#include_instances ⇒ Boolean
Specifies whether to include information about Amazon EC2 instances in the response.
-
#max_records ⇒ Integer
The maximum number of items to return with this call.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#auto_scaling_group_names ⇒ Array<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.
609 610 611 612 613 614 615 616 617 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 609 class AutoScalingGroupNamesType < Struct.new( :auto_scaling_group_names, :include_instances, :next_token, :max_records, :filters) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::Filter>
One or more filters to limit the results based on specific tags.
609 610 611 612 613 614 615 616 617 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 609 class AutoScalingGroupNamesType < Struct.new( :auto_scaling_group_names, :include_instances, :next_token, :max_records, :filters) SENSITIVE = [] include Aws::Structure end |
#include_instances ⇒ Boolean
Specifies whether to include information about Amazon EC2 instances
in the response. When set to true (default), the response includes
instance details.
609 610 611 612 613 614 615 616 617 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 609 class AutoScalingGroupNamesType < Struct.new( :auto_scaling_group_names, :include_instances, :next_token, :max_records, :filters) SENSITIVE = [] include Aws::Structure end |
#max_records ⇒ Integer
The maximum number of items to return with this call. The default
value is 50 and the maximum value is 100.
609 610 611 612 613 614 615 616 617 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 609 class AutoScalingGroupNamesType < Struct.new( :auto_scaling_group_names, :include_instances, :next_token, :max_records, :filters) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
609 610 611 612 613 614 615 616 617 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 609 class AutoScalingGroupNamesType < Struct.new( :auto_scaling_group_names, :include_instances, :next_token, :max_records, :filters) SENSITIVE = [] include Aws::Structure end |