AWS SDK for .NET Documentation
WithIncludeAllInstances Method (includeAllInstances)
AmazonAmazon.EC2.ModelDescribeInstanceStatusRequestWithIncludeAllInstances(Boolean) Did this page help you?   Yes   No    Tell us about it...
Sets whether the request includes all or only running instances.
Declaration Syntax
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
)
Parameters
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.
Return Value
this instance

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)