GetSavingsPlansCoverageRequest
public struct GetSavingsPlansCoverageRequest : AWSShape
extension CostExplorer.GetSavingsPlansCoverageRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Filters Savings Plans coverage data by dimensions. You can filter data for Savings Plans usage with the following dimensions: LINKED_ACCOUNT REGION SERVICE INSTANCE_FAMILY GetSavingsPlansCoverage uses the same Expression object as the other operations, but only AND is supported among each dimension. If there are multiple values for a dimension, they are OR’d together. Cost category is also supported.
Declaration
Swift
public let filter: Expression?
-
The granularity of the Amazon Web Services cost data for your Savings Plans. Granularity can’t be set if GroupBy is set. The GetSavingsPlansCoverage operation supports only DAILY and MONTHLY granularities.
Declaration
Swift
public let granularity: Granularity?
-
You can group the data using the attributes INSTANCE_FAMILY, REGION, or SERVICE.
Declaration
Swift
public let groupBy: [GroupDefinition]?
-
The number of items to be returned in a response. The default is 20, with a minimum value of 1.
Declaration
Swift
public let maxResults: Int?
-
The measurement that you want your Savings Plans coverage reported in. The only valid value is SpendCoveredBySavingsPlans.
Declaration
Swift
public let metrics: [String]?
-
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 time period that you want the usage and costs for. The Start date must be within 13 months. The End date must be after the Start date, and before the current date. Future dates can’t be used as an End date.
Declaration
Swift
public let timePeriod: DateInterval
-
Undocumented
Declaration
Swift
public init(filter: Expression? = nil, granularity: Granularity? = nil, groupBy: [GroupDefinition]? = nil, maxResults: Int? = nil, metrics: [String]? = nil, nextToken: String? = nil, timePeriod: DateInterval)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CostExplorer.GetSavingsPlansCoverageRequest