Class: Aws::Budgets::Types::DescribeBudgetActionsForAccountRequest

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)


974
975
976
977
978
979
980
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 974

class DescribeBudgetActionsForAccountRequest < Struct.new(
  :account_id,
  :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)


974
975
976
977
978
979
980
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 974

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

#next_tokenString

A generic string.

Returns:

  • (String)


974
975
976
977
978
979
980
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 974

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