GetSavingsPlansCoverageResponse
public struct GetSavingsPlansCoverageResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
Declaration
Swift
public let nextToken: String?
-
The amount of spend that your Savings Plans covered.
Declaration
Swift
public let savingsPlansCoverages: [SavingsPlansCoverage]
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, savingsPlansCoverages: [SavingsPlansCoverage])