ListBudgetsForResourceOutput

public struct ListBudgetsForResourceOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Information about the associated budgets.

    Declaration

    Swift

    public let budgets: [BudgetDetail]?
  • The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

    Declaration

    Swift

    public let nextPageToken: String?
  • Undocumented

    Declaration

    Swift

    public init(budgets: [BudgetDetail]? = nil, nextPageToken: String? = nil)