Class: Aws::Budgets::Types::DescribeNotificationsForBudgetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DescribeNotificationsForBudgetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
Response of GetNotificationsForBudget
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token in the service response that indicates the next set of results that you can retrieve.
-
#notifications ⇒ Array<Types::Notification>
A list of notifications that are associated with a budget.
Instance Attribute Details
#next_token ⇒ String
The pagination token in the service response that indicates the next set of results that you can retrieve.
1306 1307 1308 1309 1310 1311 |
# File 'lib/aws-sdk-budgets/types.rb', line 1306 class DescribeNotificationsForBudgetResponse < Struct.new( :notifications, :next_token) SENSITIVE = [] include Aws::Structure end |
#notifications ⇒ Array<Types::Notification>
A list of notifications that are associated with a budget.
1306 1307 1308 1309 1310 1311 |
# File 'lib/aws-sdk-budgets/types.rb', line 1306 class DescribeNotificationsForBudgetResponse < Struct.new( :notifications, :next_token) SENSITIVE = [] include Aws::Structure end |