SavingsPlansCoverage
public struct SavingsPlansCoverage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The attribute that applies to a specific Dimension.
Declaration
Swift
public let attributes: [String : String]?
-
The amount of Savings Plans eligible usage that the Savings Plans covered.
Declaration
Swift
public let coverage: SavingsPlansCoverageData?
-
Undocumented
Declaration
Swift
public let timePeriod: DateInterval?
-
Undocumented
Declaration
Swift
public init(attributes: [String : String]? = nil, coverage: SavingsPlansCoverageData? = nil, timePeriod: DateInterval? = nil)