AWS SDK for .NET Documentation
ReservedInstancesListing Class
AmazonAmazon.EC2.ModelReservedInstancesListing Did this page help you?   Yes   No    Tell us about it...
Reserved Instances listing
Declaration Syntax
C#
public class ReservedInstancesListing
Members
All MembersConstructorsMethodsProperties



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

ClientToken
The idempotency token you provided when you created the listing.

CreateDate
The time the listing was created.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
InstanceCounts
Number of instances in the state specified by the Status property.

IsSetClientToken()()()()
Checks if the ClientToken property is set.

IsSetCreateDate()()()()
Checks if the CreateDate property is set.

IsSetInstanceCounts()()()()
Checks if the InstanceCounts property is set.

IsSetPriceSchedules()()()()
Checks if the PriceSchedules property is set.

IsSetReservedInstancesId()()()()
Checks if the ReservedInstancesId property is set

IsSetReservedInstancesListingId()()()()
Checks if the ReservedInstancesListingId property is set

IsSetStatus()()()()
Checks if the Status property is set.

IsSetStatusMessage()()()()
Checks if the StatusMessage property is set

IsSetTag()()()()
Checks if the Tag property is set

IsSetUpdateDate()()()()
Checks if the UpdateDate property is set.

PriceSchedules
Price of the Reserved Instance listing.

ReservedInstancesId
The ID of the Reserved Instance

ReservedInstancesListingId
The ID of the Reserved Instance Listing

Status
The status of the listing.

StatusMessage
The reason for current state (can be blank)

Tag
A list of tags for the Image.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
UpdateDate
The last-modified timestamp of the listing.

Inheritance Hierarchy
Object
ReservedInstancesListing

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