lib/aws-sdk-autoscaling/instance.rb in aws-sdk-autoscaling-1.14.0 vs lib/aws-sdk-autoscaling/instance.rb in aws-sdk-autoscaling-1.15.0

- old
+ new

@@ -44,16 +44,11 @@ # @return [String] def availability_zone data[:availability_zone] end - # The lifecycle state for the instance. For more information, see [Auto - # Scaling Lifecycle][1] in the *Amazon EC2 Auto Scaling User Guide*. - # - # - # - # [1]: http://docs.aws.amazon.com/autoscaling/ec2/userguide/AutoScalingGroupLifecycle.html + # The lifecycle state for the instance. # @return [String] def lifecycle_state data[:lifecycle_state] end @@ -79,16 +74,9 @@ data[:launch_template] end # Indicates whether the instance is protected from termination by Amazon # EC2 Auto Scaling when scaling in. - # - # For more information, see [Instance Protection][1] in the *Amazon EC2 - # Auto Scaling User Guide*. - # - # - # - # [1]: http://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html#instance-protection # @return [Boolean] def protected_from_scale_in data[:protected_from_scale_in] end