AWS SDK for .NET Documentation
DescribeImagesRequest Class
AmazonAmazon.EC2.ModelDescribeImagesRequest Did this page help you?   Yes   No    Tell us about it...
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
C#
public class DescribeImagesRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeImagesRequest()()()()
Initializes a new instance of the DescribeImagesRequest class

Equals(Object)
Determines whether the specified Object is equal to the current 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
A list of filters used to match system-defined properties and user-defined tags associated with the specified Images. 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.)
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>[]()[][])
Sets executor user IDs.

WithFilter(array<Filter>[]()[][])
Sets filters used to match system-defined properties and user-defined tags associated with the specified Images.

WithImageId(array<String>[]()[][])
Sets AMI IDs to describe.

WithOwner(array<String>[]()[][])
Sets owner(s) for the AMIs to return.

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
Object
DescribeImagesRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)