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.
1257 1258 1259 1260 1261 1262 |
# File 'lib/aws-sdk-budgets/types.rb', line 1257 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.
1257 1258 1259 1260 1261 1262 |
# File 'lib/aws-sdk-budgets/types.rb', line 1257 class DescribeNotificationsForBudgetResponse < Struct.new( :notifications, :next_token) SENSITIVE = [] include Aws::Structure end |