Class: Aws::Budgets::Types::ExecuteBudgetActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::ExecuteBudgetActionRequest
- 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_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.
1348 1349 1350 1351 1352 1353 1354 1355 |
# File 'lib/aws-sdk-budgets/types.rb', line 1348 class ExecuteBudgetActionRequest < 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.
1348 1349 1350 1351 1352 1353 1354 1355 |
# File 'lib/aws-sdk-budgets/types.rb', line 1348 class ExecuteBudgetActionRequest < 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, and the “/action/” substring, aren’t allowed.
1348 1349 1350 1351 1352 1353 1354 1355 |
# File 'lib/aws-sdk-budgets/types.rb', line 1348 class ExecuteBudgetActionRequest < Struct.new( :account_id, :budget_name, :action_id, :execution_type) SENSITIVE = [] include Aws::Structure end |
#execution_type ⇒ String
The type of execution.
1348 1349 1350 1351 1352 1353 1354 1355 |
# File 'lib/aws-sdk-budgets/types.rb', line 1348 class ExecuteBudgetActionRequest < Struct.new( :account_id, :budget_name, :action_id, :execution_type) SENSITIVE = [] include Aws::Structure end |