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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb

Overview

Request of DescribeBudget

Constant Summary collapse

SENSITIVE =
[]

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)


1140
1141
1142
1143
1144
1145
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1140

class DescribeBudgetRequest < Struct.new(
  :account_id,
  :budget_name)
  SENSITIVE = []
  include Aws::Structure
end

#budget_nameString

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

Returns:

  • (String)


1140
1141
1142
1143
1144
1145
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1140

class DescribeBudgetRequest < Struct.new(
  :account_id,
  :budget_name)
  SENSITIVE = []
  include Aws::Structure
end