AWS SDK for .NET Documentation
DescribeReservedInstancesListingsRequest Class
AmazonAmazon.EC2.ModelDescribeReservedInstancesListingsRequest Did this page help you?   Yes   No    Tell us about it...
Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.
Declaration Syntax
C#
public class DescribeReservedInstancesListingsRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



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

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 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.

Inheritance Hierarchy
Object
EC2Request
 DescribeReservedInstancesListingsRequest

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