ReservedInstancesListing
public struct ReservedInstancesListing : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.
Declaration
Swift
public let clientToken: String? -
The time the listing was created.
Declaration
Swift
public let createDate: TimeStamp? -
The number of instances in this state.
Declaration
Swift
public let instanceCounts: [InstanceCount]? -
The price of the Reserved Instance listing.
Declaration
Swift
public let priceSchedules: [PriceSchedule]? -
The ID of the Reserved Instance.
Declaration
Swift
public let reservedInstancesId: String? -
The ID of the Reserved Instance listing.
Declaration
Swift
public let reservedInstancesListingId: String? -
The status of the Reserved Instance listing.
Declaration
Swift
public let status: ListingStatus? -
The reason for the current status of the Reserved Instance listing. The response can be blank.
Declaration
Swift
public let statusMessage: String? -
Any tags assigned to the resource.
Declaration
Swift
public let tags: [Tag]? -
The last modified timestamp of the listing.
Declaration
Swift
public let updateDate: TimeStamp? -
init(clientToken:createDate:instanceCounts:priceSchedules:reservedInstancesId:reservedInstancesListingId:status:statusMessage:tags:updateDate:)Undocumented
Declaration
Swift
public init(clientToken: String? = nil, createDate: TimeStamp? = nil, instanceCounts: [InstanceCount]? = nil, priceSchedules: [PriceSchedule]? = nil, reservedInstancesId: String? = nil, reservedInstancesListingId: String? = nil, status: ListingStatus? = nil, statusMessage: String? = nil, tags: [Tag]? = nil, updateDate: TimeStamp? = nil)
View on GitHub
ReservedInstancesListing Structure Reference