ResultByTime
public struct ResultByTime : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Whether the result is estimated.
Declaration
Swift
public let estimated: Bool? -
The groups that this time period includes.
Declaration
Swift
public let groups: [Group]? -
The time period that the result covers.
Declaration
Swift
public let timePeriod: DateInterval? -
The total amount of cost or usage accrued during the time period.
Declaration
Swift
public let total: [String : MetricValue]? -
Undocumented
Declaration
Swift
public init(estimated: Bool? = nil, groups: [Group]? = nil, timePeriod: DateInterval? = nil, total: [String : MetricValue]? = nil)
View on GitHub
ResultByTime Structure Reference