Class: Aws::Types::AwsAutoScalingAutoScalingGroupDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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_rebalanceBoolean

Returns the value of attribute capacity_rebalance.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def launch_configuration_name
  @launch_configuration_name
end

#launch_templateTypes::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.

Returns:

  • (::Array[::String])


584
585
586
# File 'sig/types.rbs', line 584

def load_balancer_names
  @load_balancer_names
end

#mixed_instances_policyTypes::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