DescribeReservedInstancesListingsRequest
public struct DescribeReservedInstancesListingsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
One or more filters. reserved-instances-id - The ID of the Reserved Instances. reserved-instances-listing-id - The ID of the Reserved Instances listing. status - The status of the Reserved Instance listing (pending | active | cancelled | closed). status-message - The reason for the status.
Declaration
Swift
public let filters: [Filter]?
-
One or more Reserved Instance IDs.
Declaration
Swift
public let reservedInstancesId: String?
-
One or more Reserved Instance listing IDs.
Declaration
Swift
public let reservedInstancesListingId: String?
-
Undocumented
Declaration
Swift
public init(filters: [Filter]? = nil, reservedInstancesId: String? = nil, reservedInstancesListingId: String? = nil)