Class: Aws::Budgets::Types::DescribeNotificationsForBudgetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb

Overview

Response of GetNotificationsForBudget

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token in the service response that indicates the next set of results that you can retrieve.

Returns:

  • (String)


1243
1244
1245
1246
1247
1248
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1243

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

#notificationsArray<Types::Notification>

A list of notifications that are associated with a budget.

Returns:



1243
1244
1245
1246
1247
1248
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1243

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