Returns information about instances that you own. 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.

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class DescribeInstancesRequest
Public Class DescribeInstancesRequest
public ref class DescribeInstancesRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DescribeInstancesRequest()()()()
Initializes a new instance of the DescribeInstancesRequest class
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Filter
Gets and sets the Filter property. 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
Gets and sets the InstanceId property. 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>[]()[][])
Sets the Filter property
WithInstanceId(array<String>[]()[][])
Sets the InstanceId property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..DescribeInstancesRequest

See Also