DescribeSavingsPlansOfferingRatesRequest
public struct DescribeSavingsPlansOfferingRatesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The filters.
Declaration
Swift
public let filters: [SavingsPlanOfferingRateFilterElement]?
-
The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value.
Declaration
Swift
public let maxResults: Int?
-
The token for the next page of results.
Declaration
Swift
public let nextToken: String?
-
The specific AWS operation for the line item in the billing report.
Declaration
Swift
public let operations: [String]?
-
The AWS products.
Declaration
Swift
public let products: [SavingsPlanProductType]?
-
The IDs of the offerings.
Declaration
Swift
public let savingsPlanOfferingIds: [String]?
-
The payment options.
Declaration
Swift
public let savingsPlanPaymentOptions: [SavingsPlanPaymentOption]?
-
The plan types.
Declaration
Swift
public let savingsPlanTypes: [SavingsPlanType]?
-
The services.
Declaration
Swift
public let serviceCodes: [SavingsPlanRateServiceCode]?
-
The usage details of the line item in the billing report.
Declaration
Swift
public let usageTypes: [String]?
-
init(filters:maxResults:nextToken:operations:products:savingsPlanOfferingIds:savingsPlanPaymentOptions:savingsPlanTypes:serviceCodes:usageTypes:)
Undocumented
Declaration
Swift
public init(filters: [SavingsPlanOfferingRateFilterElement]? = nil, maxResults: Int? = nil, nextToken: String? = nil, operations: [String]? = nil, products: [SavingsPlanProductType]? = nil, savingsPlanOfferingIds: [String]? = nil, savingsPlanPaymentOptions: [SavingsPlanPaymentOption]? = nil, savingsPlanTypes: [SavingsPlanType]? = nil, serviceCodes: [SavingsPlanRateServiceCode]? = nil, usageTypes: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws