Class: Aws::Budgets::Types::DescribeBudgetNotificationsForAccountRequest

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)


1066
1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1066

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

#max_resultsInteger

An integer that represents how many budgets a paginated response contains. The default is 50.

Returns:

  • (Integer)


1066
1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1066

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

#next_tokenString

A generic string.

Returns:

  • (String)


1066
1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1066

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