ReservationValue

public struct ReservationValue : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The hourly rate of the reservation.

    Declaration

    Swift

    public let hourlyPrice: String?
  • The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).

    Declaration

    Swift

    public let remainingTotalValue: String?
  • The remaining upfront cost of the reservation.

    Declaration

    Swift

    public let remainingUpfrontValue: String?
  • Undocumented

    Declaration

    Swift

    public init(hourlyPrice: String? = nil, remainingTotalValue: String? = nil, remainingUpfrontValue: String? = nil)