GetSavingsPlansUtilizationDetailsResponse
public struct GetSavingsPlansUtilizationDetailsResponse : 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?
-
Retrieves a single daily or monthly Savings Plans utilization rate and details for your account.
Declaration
Swift
public let savingsPlansUtilizationDetails: [SavingsPlansUtilizationDetail]
-
Undocumented
Declaration
Swift
public let timePeriod: DateInterval
-
The total Savings Plans utilization, regardless of time period.
Declaration
Swift
public let total: SavingsPlansUtilizationAggregates?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, savingsPlansUtilizationDetails: [SavingsPlansUtilizationDetail], timePeriod: DateInterval, total: SavingsPlansUtilizationAggregates? = nil)