Coverage
public struct Coverage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The amount of cost that the reservation covered.
Declaration
Swift
public let coverageCost: CoverageCost?
-
The amount of instance usage that the reservation covered, in hours.
Declaration
Swift
public let coverageHours: CoverageHours?
-
The amount of instance usage that the reservation covered, in normalized units.
Declaration
Swift
public let coverageNormalizedUnits: CoverageNormalizedUnits?
-
Undocumented
Declaration
Swift
public init(coverageCost: CoverageCost? = nil, coverageHours: CoverageHours? = nil, coverageNormalizedUnits: CoverageNormalizedUnits? = nil)