DescribeReservedInstancesListingsResult
public struct DescribeReservedInstancesListingsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the Reserved Instance listing.
Declaration
Swift
public let reservedInstancesListings: [ReservedInstancesListing]? -
Undocumented
Declaration
Swift
public init(reservedInstancesListings: [ReservedInstancesListing]? = nil)
View on GitHub
DescribeReservedInstancesListingsResult Structure Reference