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

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

#budget_notifications_for_accountArray<Types::BudgetNotificationsForAccount>

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



1082
1083
1084
1085
1086
1087
# File 'lib/aws-sdk-budgets/types.rb', line 1082

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

#next_tokenString

A generic string.

Returns:

  • (String)


1082
1083
1084
1085
1086
1087
# File 'lib/aws-sdk-budgets/types.rb', line 1082

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