AWS SDK for .NET Documentation
DescribeBundleTasksRequest Class
AmazonAmazon.EC2.ModelDescribeBundleTasksRequest Did this page help you?   Yes   No    Tell us about it...
Describes current bundling tasks.
Declaration Syntax
C#
public class DescribeBundleTasksRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



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

BundleId
One or more IDs of the bundle tasks to describe.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Filter
A list of filters used to match system-defined properties and user-defined tags associated with the specified BundleTasks. 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.)
IsSetBundleId()()()()
Checks if BundleId property is set

IsSetFilter()()()()
Checks if Filter property is set

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithBundleId(array<String>[]()[][]) Obsolete.
Sets the IDs of the bundle tasks to describe.

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

Remarks
Describes in-progress and recent bundle tasks. Complete and failed tasks are removed from the list a short time after completion. If no bundle ids are given, all bundle tasks are returned.
Inheritance Hierarchy
Object
EC2Request
 DescribeBundleTasksRequest

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