You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Budgets::Types::DescribeBudgetRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeBudgetRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  account_id: "AccountId", # required
  budget_name: "BudgetName", # required
}

Request of DescribeBudget

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

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

Returns:

  • (String)

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

#budget_nameString

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

Returns:

  • (String)

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