Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.

C# |
public class DescribeReservedInstancesListingsRequest : EC2Request

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DescribeReservedInstancesListingsRequest()()()() | Initializes a new instance of the DescribeReservedInstancesListingsRequest 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 ReservedInstancesOfferings.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsSetFilter()()()() |
Checks if Filter property is set
|
![]() | IsSetReservedInstancesId()()()() |
Checks if ReservedInstancesId property is set
|
![]() | IsSetReservedInstancesListingId()()()() |
Checks if the ReservedInstancesListingId property is set
|
![]() | ReservedInstancesId |
IDs of the Reserved Instances to describe.
|
![]() | ReservedInstancesListingId |
Ids of the Reserved Instance Listings to describe.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithFilter(array<Filter>[]()[][]) | Obsolete.
Sets filters used to match system-defined properties and user-defined tags associated with
the specified ReservedInstancesOfferings.
|
![]() | WithReservedInstancesId(array<String>[]()[][]) | Obsolete.
Sets the IDs of the Reserved Instances to describe.
|
![]() | WithReservedInstancesListingId(array<String>[]()[][]) | Obsolete.
Sets the Ids of the Reserved Instance Listings to describe.
|

Object | ||
![]() | EC2Request | |
![]() | DescribeReservedInstancesListingsRequest |