Class: Aws::Budgets::Types::ExecuteBudgetActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::ExecuteBudgetActionResponse
- Defined in:
- gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID of the user.
-
#action_id ⇒ String
A system-generated universally unique identifier (UUID) for the action.
-
#budget_name ⇒ String
A string that represents the budget name.
-
#execution_type ⇒ String
The type of execution.
Instance Attribute Details
#account_id ⇒ String
The account ID of the user. It's a 12-digit number.
1360 1361 1362 1363 1364 1365 1366 1367 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1360 class ExecuteBudgetActionResponse < Struct.new( :account_id, :budget_name, :action_id, :execution_type) SENSITIVE = [] include Aws::Structure end |
#action_id ⇒ String
A system-generated universally unique identifier (UUID) for the action.
1360 1361 1362 1363 1364 1365 1366 1367 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1360 class ExecuteBudgetActionResponse < Struct.new( :account_id, :budget_name, :action_id, :execution_type) SENSITIVE = [] include Aws::Structure end |
#budget_name ⇒ String
A string that represents the budget name. The ":" and "\" characters aren't allowed.
1360 1361 1362 1363 1364 1365 1366 1367 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1360 class ExecuteBudgetActionResponse < Struct.new( :account_id, :budget_name, :action_id, :execution_type) SENSITIVE = [] include Aws::Structure end |
#execution_type ⇒ String
The type of execution.
1360 1361 1362 1363 1364 1365 1366 1367 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1360 class ExecuteBudgetActionResponse < Struct.new( :account_id, :budget_name, :action_id, :execution_type) SENSITIVE = [] include Aws::Structure end |