DescribeSavingsPlansOfferingsRequest
public struct DescribeSavingsPlansOfferingsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The currencies.
Declaration
Swift
public let currencies: [CurrencyCode]? -
The descriptions.
Declaration
Swift
public let descriptions: [String]? -
The durations, in seconds.
Declaration
Swift
public let durations: [Int64]? -
The filters.
Declaration
Swift
public let filters: [SavingsPlanOfferingFilterElement]? -
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 IDs of the offerings.
Declaration
Swift
public let offeringIds: [String]? -
The specific AWS operation for the line item in the billing report.
Declaration
Swift
public let operations: [String]? -
The payment options.
Declaration
Swift
public let paymentOptions: [SavingsPlanPaymentOption]? -
The plan type.
Declaration
Swift
public let planTypes: [SavingsPlanType]? -
The product type.
Declaration
Swift
public let productType: SavingsPlanProductType? -
The services.
Declaration
Swift
public let serviceCodes: [String]? -
The usage details of the line item in the billing report.
Declaration
Swift
public let usageTypes: [String]? -
init(currencies:descriptions:durations:filters:maxResults:nextToken:offeringIds:operations:paymentOptions:planTypes:productType:serviceCodes:usageTypes:)Undocumented
Declaration
Swift
public init(currencies: [CurrencyCode]? = nil, descriptions: [String]? = nil, durations: [Int64]? = nil, filters: [SavingsPlanOfferingFilterElement]? = nil, maxResults: Int? = nil, nextToken: String? = nil, offeringIds: [String]? = nil, operations: [String]? = nil, paymentOptions: [SavingsPlanPaymentOption]? = nil, planTypes: [SavingsPlanType]? = nil, productType: SavingsPlanProductType? = nil, serviceCodes: [String]? = nil, usageTypes: [String]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DescribeSavingsPlansOfferingsRequest Structure Reference