You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ComputeOptimizer::Types::AutoScalingGroupConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::AutoScalingGroupConfiguration
- Defined in:
- (unknown)
Overview
Describes the configuration of an Auto Scaling group.
Returned by:
Instance Attribute Summary collapse
-
#desired_capacity ⇒ Integer
The desired capacity, or number of instances, for the Auto Scaling group.
-
#instance_type ⇒ String
The instance type for the Auto Scaling group.
-
#max_size ⇒ Integer
The maximum size, or maximum number of instances, for the Auto Scaling group.
-
#min_size ⇒ Integer
The minimum size, or minimum number of instances, for the Auto Scaling group.
Instance Attribute Details
#desired_capacity ⇒ Integer
The desired capacity, or number of instances, for the Auto Scaling group.
#instance_type ⇒ String
The instance type for the Auto Scaling group.
#max_size ⇒ Integer
The maximum size, or maximum number of instances, for the Auto Scaling group.
#min_size ⇒ Integer
The minimum size, or minimum number of instances, for the Auto Scaling group.