Class: Aws::Budgets::Types::DescribeBudgetActionsForBudgetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DescribeBudgetActionsForBudgetRequest
- Defined in:
- gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb
Overview
Note:
When making an API call, you may pass DescribeBudgetActionsForBudgetRequest data as a hash:
{
account_id: "AccountId", # required
budget_name: "BudgetName", # required
max_results: 1,
next_token: "GenericString",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID of the user.
-
#budget_name ⇒ String
A string that represents the budget name.
-
#max_results ⇒ Integer
An integer that represents how many entries a paginated response contains.
-
#next_token ⇒ String
A generic string.
Instance Attribute Details
#account_id ⇒ String
The account ID of the user. It should be a 12-digit number.
1315 1316 1317 1318 1319 1320 1321 1322 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1315 class DescribeBudgetActionsForBudgetRequest < Struct.new( :account_id, :budget_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#budget_name ⇒ String
A string that represents the budget name. The ":" and "\" characters aren't allowed.
1315 1316 1317 1318 1319 1320 1321 1322 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1315 class DescribeBudgetActionsForBudgetRequest < Struct.new( :account_id, :budget_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
An integer that represents how many entries a paginated response contains. The maximum is 100.
1315 1316 1317 1318 1319 1320 1321 1322 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1315 class DescribeBudgetActionsForBudgetRequest < Struct.new( :account_id, :budget_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A generic string.
1315 1316 1317 1318 1319 1320 1321 1322 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1315 class DescribeBudgetActionsForBudgetRequest < Struct.new( :account_id, :budget_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |