Class: Aws::Budgets::Types::DescribeBudgetNotificationsForAccountResponse

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

#budget_notifications_for_accountArray<Types::BudgetNotificationsForAccount>

A list of budget names and associated notifications for an account.



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

class DescribeBudgetNotificationsForAccountResponse < Struct.new(
  :budget_notifications_for_account,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A generic string.

Returns:

  • (String)


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

class DescribeBudgetNotificationsForAccountResponse < Struct.new(
  :budget_notifications_for_account,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end