Class: Aws::Budgets::Types::DescribeBudgetActionsForBudgetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-budgets/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)


1015
1016
1017
1018
1019
1020
1021
1022
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1015

class DescribeBudgetActionsForBudgetRequest < Struct.new(
  :account_id,
  :budget_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#budget_nameString

A string that represents the budget name. The ":" and "\" characters, and the "/action/" substring, aren't allowed.

Returns:

  • (String)


1015
1016
1017
1018
1019
1020
1021
1022
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1015

class DescribeBudgetActionsForBudgetRequest < Struct.new(
  :account_id,
  :budget_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

An integer that represents how many entries a paginated response contains. The maximum is 100.

Returns:

  • (Integer)


1015
1016
1017
1018
1019
1020
1021
1022
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1015

class DescribeBudgetActionsForBudgetRequest < Struct.new(
  :account_id,
  :budget_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A generic string.

Returns:

  • (String)


1015
1016
1017
1018
1019
1020
1021
1022
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1015

class DescribeBudgetActionsForBudgetRequest < Struct.new(
  :account_id,
  :budget_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end