CoverageNormalizedUnits
public struct CoverageNormalizedUnits : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The percentage of your used instance normalized units that a reservation covers.
Declaration
Swift
public let coverageNormalizedUnitsPercentage: String?
-
The number of normalized units that are covered by On-Demand Instances instead of a reservation.
Declaration
Swift
public let onDemandNormalizedUnits: String?
-
The number of normalized units that a reservation covers.
Declaration
Swift
public let reservedNormalizedUnits: String?
-
The total number of normalized units that you used.
Declaration
Swift
public let totalRunningNormalizedUnits: String?
-
init(coverageNormalizedUnitsPercentage:onDemandNormalizedUnits:reservedNormalizedUnits:totalRunningNormalizedUnits:)
Undocumented
Declaration
Swift
public init(coverageNormalizedUnitsPercentage: String? = nil, onDemandNormalizedUnits: String? = nil, reservedNormalizedUnits: String? = nil, totalRunningNormalizedUnits: String? = nil)