PurchaseHostReservationResult
public struct PurchaseHostReservationResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
Declaration
Swift
public let clientToken: String?
-
The currency in which the totalUpfrontPrice and totalHourlyPrice amounts are specified. At this time, the only supported currency is USD.
Declaration
Swift
public let currencyCode: CurrencyCodeValues?
-
Describes the details of the purchase.
Declaration
Swift
public let purchase: [Purchase]?
-
The total hourly price of the reservation calculated per hour.
Declaration
Swift
public let totalHourlyPrice: String?
-
The total amount charged to your account when you purchase the reservation.
Declaration
Swift
public let totalUpfrontPrice: String?
-
Undocumented
Declaration
Swift
public init(clientToken: String? = nil, currencyCode: CurrencyCodeValues? = nil, purchase: [Purchase]? = nil, totalHourlyPrice: String? = nil, totalUpfrontPrice: String? = nil)