GetSavingsPlansUtilizationRequest

public struct GetSavingsPlansUtilizationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Filters Savings Plans utilization coverage data for active Savings Plans dimensions. You can filter data with the following dimensions: LINKED_ACCOUNT SAVINGS_PLAN_ARN SAVINGS_PLANS_TYPE REGION PAYMENT_OPTION INSTANCE_TYPE_FAMILY GetSavingsPlansUtilization uses the same Expression object as the other operations, but only AND is supported among each dimension.

    Declaration

    Swift

    public let filter: Expression?
  • The granularity of the Amazon Web Services utillization data for your Savings Plans. The GetSavingsPlansUtilization operation supports only DAILY and MONTHLY granularities.

    Declaration

    Swift

    public let granularity: Granularity?
  • 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, timePeriod: DateInterval)
  • Declaration

    Swift

    public func validate(name: String) throws