Returns information about instances that you own.
             
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeInstancesRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeInstancesRequest()()()() | Initializes a new instance of the DescribeInstancesRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Filter | 
            A list of filters used to match system-defined properties and user-defined tags associated with 
            the specified Instances.
            For a complete reference to the available filter keys for this operation, see the
            Amazon EC2 API reference.
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | InstanceId | 
            Instance IDs to describe.
             | 
|  | IsSetFilter()()()() | 
            Checks if Filter property is set
             | 
|  | IsSetInstanceId()()()() | 
            Checks if InstanceId property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithFilter(array<Filter>[]()[][]) | Obsolete. 
            Sets the filters used to match system-defined properties and user-defined tags associated with 
            the specified Instances.
             | 
|  | WithInstanceId(array<String>[]()[][]) | Obsolete. 
            Sets the instance IDs to describe.
             | 
 Remarks
 Remarks
             If you specify one or more instance IDs, Amazon EC2 returns
             information for those instances.
            
             If you do not specify instance IDs, Amazon EC2 returns information
             for all relevant instances. If you
             specify an invalid instance ID, a fault is returned.
            
             If you specify an instance that you do not own, it will not be
             included in the returned results.
            
             Recently terminated instances might appear in the returned results.This
             interval is usually less than one hour.
             
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DescribeInstancesRequest | |