GetHostReservationPurchasePreviewResult

public struct GetHostReservationPurchasePreviewResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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?
  • The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.

    Declaration

    Swift

    public let purchase: [Purchase]?
  • The potential total hourly price of the reservation per hour.

    Declaration

    Swift

    public let totalHourlyPrice: String?
  • The potential total upfront price. This is billed immediately.

    Declaration

    Swift

    public let totalUpfrontPrice: String?
  • Undocumented

    Declaration

    Swift

    public init(currencyCode: CurrencyCodeValues? = nil, purchase: [Purchase]? = nil, totalHourlyPrice: String? = nil, totalUpfrontPrice: String? = nil)