CoverageByTime
public struct CoverageByTime : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The groups of instances that the reservation covered.
Declaration
Swift
public let groups: [ReservationCoverageGroup]? -
The period that this coverage was used over.
Declaration
Swift
public let timePeriod: DateInterval? -
The total reservation coverage, in hours.
Declaration
Swift
public let total: Coverage? -
Undocumented
Declaration
Swift
public init(groups: [ReservationCoverageGroup]? = nil, timePeriod: DateInterval? = nil, total: Coverage? = nil)
View on GitHub
CoverageByTime Structure Reference