DescribeSavingsPlansRequest
public struct DescribeSavingsPlansRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The filters.
Declaration
Swift
public let filters: [SavingsPlanFilter]?
-
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 Amazon Resource Names (ARN) of the Savings Plans.
Declaration
Swift
public let savingsPlanArns: [String]?
-
The IDs of the Savings Plans.
Declaration
Swift
public let savingsPlanIds: [String]?
-
The states.
Declaration
Swift
public let states: [SavingsPlanState]?
-
Undocumented
Declaration
Swift
public init(filters: [SavingsPlanFilter]? = nil, maxResults: Int? = nil, nextToken: String? = nil, savingsPlanArns: [String]? = nil, savingsPlanIds: [String]? = nil, states: [SavingsPlanState]? = nil)
-
Declaration
Swift
public func validate(name: String) throws