CoverageHours
public struct CoverageHours : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The percentage of instance hours that a reservation covered.
Declaration
Swift
public let coverageHoursPercentage: String? -
The number of instance running hours that On-Demand Instances covered.
Declaration
Swift
public let onDemandHours: String? -
The number of instance running hours that reservations covered.
Declaration
Swift
public let reservedHours: String? -
The total instance usage, in hours.
Declaration
Swift
public let totalRunningHours: String? -
Undocumented
Declaration
Swift
public init(coverageHoursPercentage: String? = nil, onDemandHours: String? = nil, reservedHours: String? = nil, totalRunningHours: String? = nil)
View on GitHub
CoverageHours Structure Reference