Class: Aws::Budgets::Types::ExecuteBudgetActionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-budgets/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of the user. It's a 12-digit number.

Returns:

  • (String)

1333
1334
1335
1336
1337
1338
1339
1340
# File 'lib/aws-sdk-budgets/types.rb', line 1333

class ExecuteBudgetActionRequest < Struct.new(
  :account_id,
  :budget_name,
  :action_id,
  :execution_type)
  SENSITIVE = []
  include Aws::Structure
end

#action_idString

A system-generated universally unique identifier (UUID) for the action.

Returns:

  • (String)

1333
1334
1335
1336
1337
1338
1339
1340
# File 'lib/aws-sdk-budgets/types.rb', line 1333

class ExecuteBudgetActionRequest < Struct.new(
  :account_id,
  :budget_name,
  :action_id,
  :execution_type)
  SENSITIVE = []
  include Aws::Structure
end

#budget_nameString

A string that represents the budget name. The “:” and “\” characters aren't allowed.

Returns:

  • (String)

1333
1334
1335
1336
1337
1338
1339
1340
# File 'lib/aws-sdk-budgets/types.rb', line 1333

class ExecuteBudgetActionRequest < Struct.new(
  :account_id,
  :budget_name,
  :action_id,
  :execution_type)
  SENSITIVE = []
  include Aws::Structure
end

#execution_typeString

The type of execution.

Returns:

  • (String)

1333
1334
1335
1336
1337
1338
1339
1340
# File 'lib/aws-sdk-budgets/types.rb', line 1333

class ExecuteBudgetActionRequest < Struct.new(
  :account_id,
  :budget_name,
  :action_id,
  :execution_type)
  SENSITIVE = []
  include Aws::Structure
end