Sets whether the request includes all or only running instances.

C# |
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")] public DescribeInstanceStatusRequest WithIncludeAllInstances( bool includeAllInstances )

- includeAllInstances (Boolean)
- Set true to return the health status for all instances (e.g., running, stopped, pending, shutting down, etc.). Set false to return only the health status for running instances.

this instance