Class: Aws::Budgets::Types::DescribeBudgetActionsForBudgetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DescribeBudgetActionsForBudgetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
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’s a 12-digit number.
1029 1030 1031 1032 1033 1034 1035 1036 |
# File 'lib/aws-sdk-budgets/types.rb', line 1029 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, and the “/action/” substring, aren’t allowed.
1029 1030 1031 1032 1033 1034 1035 1036 |
# File 'lib/aws-sdk-budgets/types.rb', line 1029 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.
1029 1030 1031 1032 1033 1034 1035 1036 |
# File 'lib/aws-sdk-budgets/types.rb', line 1029 class DescribeBudgetActionsForBudgetRequest < Struct.new( :account_id, :budget_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A generic string.
1029 1030 1031 1032 1033 1034 1035 1036 |
# File 'lib/aws-sdk-budgets/types.rb', line 1029 class DescribeBudgetActionsForBudgetRequest < Struct.new( :account_id, :budget_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |