Returns information about AMIs, AKIs, and ARIs.
             This includes image type, product codes, architecture, and kernel
             and RAM disk IDs. Images available to you include public images,
             private images that you own, and private images owned by other
             users for which you have explicit launch permissions.
             
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeImagesRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeImagesRequest()()()() | Initializes a new instance of the DescribeImagesRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | ExecutableBy | 
            List of executor user IDs.
            AMIs will be returned
            for which the specified user(s) have
            explicit launch permissions.
             | 
|  | Filter | 
            One or more filters.  
 | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ImageId | 
            AMI IDs to describe.
             | 
|  | IsSetExecutableBy()()()() | 
            Checks if ExecutableBy property is set
             | 
|  | IsSetFilter()()()() | 
            Checks if Filter property is set
             | 
|  | IsSetImageId()()()() | 
            Checks if ImageId property is set
             | 
|  | IsSetOwner()()()() | 
            Checks if Owner property is set
             | 
|  | Owner | 
            Owner(s) for the AMIs to return.
            Multiple owners can be specified.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithExecutableBy(array<String>[]()[][]) | Obsolete. 
            Sets executor user IDs.
             | 
|  | WithFilter(array<Filter>[]()[][]) | Obsolete. 
            Sets filters used to match system-defined properties and user-defined tags associated 
            with the specified Images.
             | 
|  | WithImageId(array<String>[]()[][]) | Obsolete. 
            Sets AMI IDs to describe.
             | 
|  | WithOwner(array<String>[]()[][]) | Obsolete. 
            Sets owner(s) for the AMIs to return.
             | 
 Remarks
 Remarks
             Launch permissions fall into three categories:
            
             1. public:
             The owner of the AMI granted launch permissions for the AMI to the
             all group. All users have launch permissions for these AMIs.
            
             2. explicit:
             The owner of the AMI granted launch permissions to a specific user.
            
             3. implicit:
             A user has implicit launch permissions for all AMIs he or she
             owns.
            
             The list of AMIs returned can be modified by specifying AMI IDs,
             AMI owners, or users with launch permissions. If no options are
             specified, Amazon EC2 returns all AMIs for
             which the user has launch permissions.
            
             If you specify one or more AMI IDs, only AMIs that have the
             specified IDs are returned. If you specify an invalid AMI
             ID, a fault is returned. If you specify an AMI ID for which
             you do not have access, it will not be included in the returned
             results.
            
             If you specify one or more AMI owners, only AMIs from the
             specified owners and for which you have access are returned. The
             results can include the account IDs of the
             specified owners, amazon for AMIs owned by Amazon or self for AMIs that you
             own.
            
             If you specify a list of executable users, only users that have
             launch permissions for the AMIs are returned. You can specify account IDs
             (if you own the AMI(s)), self for AMIs for which you own or have
             explicit permissions, or all for public AMIs.
             
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DescribeImagesRequest | |