The AutoScalingInstanceDetails data type.
 Declaration Syntax
 Declaration Syntax| C# | 
public class AutoScalingInstanceDetails
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | AutoScalingInstanceDetails()()()() | Initializes a new instance of the AutoScalingInstanceDetails class | 
|  | AutoScalingGroupName | 
            The name of the Auto Scaling group associated with this instance.
             
             Constraints: | 
|  | AvailabilityZone | 
            The Availability Zone in which this instance resides.
             
             Constraints: | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | HealthStatus | 
            The health status of this instance. "Healthy" means that the instance is healthy and should remain in service. "Unhealthy" means that the
            instance is unhealthy. Auto Scaling should terminate and replace it.
             
             Constraints: | 
|  | InstanceId | 
            The instance ID of the Amazon EC2 instance.
             
             Constraints: | 
|  | LaunchConfigurationName | 
            The launch configuration associated with this instance.
             
             Constraints: | 
|  | LifecycleState | 
            The life cycle state of this instance. for more information, see Instance Lifecycle State in the
            Auto Scaling Developer Guide.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAutoScalingGroupName(String) | Obsolete. 
            Sets the AutoScalingGroupName property
             | 
|  | WithAvailabilityZone(String) | Obsolete. 
            Sets the AvailabilityZone property
             | 
|  | WithHealthStatus(String) | Obsolete. 
            Sets the HealthStatus property
             | 
|  | WithInstanceId(String) | Obsolete. 
            Sets the InstanceId property
             | 
|  | WithLaunchConfigurationName(String) | Obsolete. 
            Sets the LaunchConfigurationName property
             | 
|  | WithLifecycleState(String) | Obsolete. 
            Sets the LifecycleState property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | AutoScalingInstanceDetails |