DescribeSavingsPlanRatesRequest
public struct DescribeSavingsPlanRatesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The filters.
Declaration
Swift
public let filters: [SavingsPlanRateFilter]?
-
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 ID of the Savings Plan.
Declaration
Swift
public let savingsPlanId: String
-
Undocumented
Declaration
Swift
public init(filters: [SavingsPlanRateFilter]? = nil, maxResults: Int? = nil, nextToken: String? = nil, savingsPlanId: String)
-
Declaration
Swift
public func validate(name: String) throws