Module Values.DescribeBudgetRequestSource

Request of DescribeBudget

Sourcetype nonrec t = {
  1. accountId : AccountId.t;
    (*

    The accountId that is associated with the budget that you want a description of.

    *)
  2. budgetName : BudgetName.t;
    (*

    The name of the budget that you want a description of.

    *)
  3. showFilterExpression : NullableBoolean.t option;
    (*

    Specifies whether the response includes the filter expression associated with the budget. By showing the filter expression, you can see detailed filtering logic applied to the budget, such as Amazon Web Services services or tags that are being tracked.

    *)
}
Sourceval context_ : string
Sourceval make : ?showFilterExpression:??? -> accountId:AccountId.t -> budgetName:BudgetName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of NullableBoolean.t | `String of AccountId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t