ReservationAggregates

public struct ReservationAggregates : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The monthly cost of your reservation, amortized over the reservation period.

    Declaration

    Swift

    public let amortizedRecurringFee: String?
  • The upfront cost of your reservation, amortized over the reservation period.

    Declaration

    Swift

    public let amortizedUpfrontFee: String?
  • How much you saved due to purchasing and utilizing reservation. AWS calculates this by subtracting TotalAmortizedFee from OnDemandCostOfRIHoursUsed.

    Declaration

    Swift

    public let netRISavings: String?
  • How much your reservation would cost if charged On-Demand rates.

    Declaration

    Swift

    public let onDemandCostOfRIHoursUsed: String?
  • How many reservation hours that you purchased.

    Declaration

    Swift

    public let purchasedHours: String?
  • How many Amazon EC2 reservation hours that you purchased, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.

    Declaration

    Swift

    public let purchasedUnits: String?
  • The total number of reservation hours that you used.

    Declaration

    Swift

    public let totalActualHours: String?
  • The total number of Amazon EC2 reservation hours that you used, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.

    Declaration

    Swift

    public let totalActualUnits: String?
  • The total cost of your reservation, amortized over the reservation period.

    Declaration

    Swift

    public let totalAmortizedFee: String?
  • How much you could save if you use your entire reservation.

    Declaration

    Swift

    public let totalPotentialRISavings: String?
  • The number of reservation hours that you didn’t use.

    Declaration

    Swift

    public let unusedHours: String?
  • The number of Amazon EC2 reservation hours that you didn’t use, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.

    Declaration

    Swift

    public let unusedUnits: String?
  • The percentage of reservation time that you used.

    Declaration

    Swift

    public let utilizationPercentage: String?
  • The percentage of Amazon EC2 reservation time that you used, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.

    Declaration

    Swift

    public let utilizationPercentageInUnits: String?
  • Undocumented

    Declaration

    Swift

    public init(amortizedRecurringFee: String? = nil, amortizedUpfrontFee: String? = nil, netRISavings: String? = nil, onDemandCostOfRIHoursUsed: String? = nil, purchasedHours: String? = nil, purchasedUnits: String? = nil, totalActualHours: String? = nil, totalActualUnits: String? = nil, totalAmortizedFee: String? = nil, totalPotentialRISavings: String? = nil, unusedHours: String? = nil, unusedUnits: String? = nil, utilizationPercentage: String? = nil, utilizationPercentageInUnits: String? = nil)