Class: Aws::Budgets::Types::DescribeBudgetActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DescribeBudgetActionResponse
- 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.
-
#action ⇒ Types::Action
A budget action resource.
-
#budget_name ⇒ String
A string that represents the budget name.
Instance Attribute Details
#account_id ⇒ String
The account ID of the user. It’s a 12-digit number.
967 968 969 970 971 972 973 |
# File 'lib/aws-sdk-budgets/types.rb', line 967 class DescribeBudgetActionResponse < Struct.new( :account_id, :budget_name, :action) SENSITIVE = [] include Aws::Structure end |
#action ⇒ Types::Action
A budget action resource.
967 968 969 970 971 972 973 |
# File 'lib/aws-sdk-budgets/types.rb', line 967 class DescribeBudgetActionResponse < Struct.new( :account_id, :budget_name, :action) 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.
967 968 969 970 971 972 973 |
# File 'lib/aws-sdk-budgets/types.rb', line 967 class DescribeBudgetActionResponse < Struct.new( :account_id, :budget_name, :action) SENSITIVE = [] include Aws::Structure end |