Class: Aws::Types::AwsAutoScalingAutoScalingGroupDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsAutoScalingAutoScalingGroupDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zones ⇒ ::Array[Types::AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails]
Returns the value of attribute availability_zones.
-
#capacity_rebalance ⇒ Boolean
Returns the value of attribute capacity_rebalance.
-
#created_time ⇒ ::String
Returns the value of attribute created_time.
-
#health_check_grace_period ⇒ ::Integer
Returns the value of attribute health_check_grace_period.
-
#health_check_type ⇒ ::String
Returns the value of attribute health_check_type.
-
#launch_configuration_name ⇒ ::String
Returns the value of attribute launch_configuration_name.
-
#launch_template ⇒ Types::AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification
Returns the value of attribute launch_template.
-
#load_balancer_names ⇒ ::Array[::String]
Returns the value of attribute load_balancer_names.
-
#mixed_instances_policy ⇒ Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails
Returns the value of attribute mixed_instances_policy.
Instance Attribute Details
#availability_zones ⇒ ::Array[Types::AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails]
Returns the value of attribute availability_zones.
589 590 591 |
# File 'sig/types.rbs', line 589 def availability_zones @availability_zones end |
#capacity_rebalance ⇒ Boolean
Returns the value of attribute capacity_rebalance.
591 592 593 |
# File 'sig/types.rbs', line 591 def capacity_rebalance @capacity_rebalance end |
#created_time ⇒ ::String
Returns the value of attribute created_time.
587 588 589 |
# File 'sig/types.rbs', line 587 def created_time @created_time end |
#health_check_grace_period ⇒ ::Integer
Returns the value of attribute health_check_grace_period.
586 587 588 |
# File 'sig/types.rbs', line 586 def health_check_grace_period @health_check_grace_period end |
#health_check_type ⇒ ::String
Returns the value of attribute health_check_type.
585 586 587 |
# File 'sig/types.rbs', line 585 def health_check_type @health_check_type end |
#launch_configuration_name ⇒ ::String
Returns the value of attribute launch_configuration_name.
583 584 585 |
# File 'sig/types.rbs', line 583 def launch_configuration_name @launch_configuration_name end |
#launch_template ⇒ Types::AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification
Returns the value of attribute launch_template.
590 591 592 |
# File 'sig/types.rbs', line 590 def launch_template @launch_template end |
#load_balancer_names ⇒ ::Array[::String]
Returns the value of attribute load_balancer_names.
584 585 586 |
# File 'sig/types.rbs', line 584 def load_balancer_names @load_balancer_names end |
#mixed_instances_policy ⇒ Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails
Returns the value of attribute mixed_instances_policy.
588 589 590 |
# File 'sig/types.rbs', line 588 def mixed_instances_policy @mixed_instances_policy end |