GetHostReservationPurchasePreviewRequest
public struct GetHostReservationPurchasePreviewRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The IDs of the Dedicated Hosts with which the reservation is associated.
Declaration
Swift
public let hostIdSet: [String]
-
The offering ID of the reservation.
Declaration
Swift
public let offeringId: String
-
Undocumented
Declaration
Swift
public init(hostIdSet: [String], offeringId: String)