Class: Aws::Budgets::Types::DescribeSubscribersForNotificationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DescribeSubscribersForNotificationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
Request of DescribeSubscribersForNotification
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The `accountId` that is associated with the budget whose subscribers you want descriptions of.
-
#budget_name ⇒ String
The name of the budget whose subscribers you want descriptions of.
-
#max_results ⇒ Integer
An optional integer that represents how many entries a paginated response contains.
-
#next_token ⇒ String
The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
-
#notification ⇒ Types::Notification
The notification whose subscribers you want to list.
Instance Attribute Details
#account_id ⇒ String
The `accountId` that is associated with the budget whose subscribers you want descriptions of.
1274 1275 1276 1277 1278 1279 1280 1281 1282 |
# File 'lib/aws-sdk-budgets/types.rb', line 1274 class DescribeSubscribersForNotificationRequest < Struct.new( :account_id, :budget_name, :notification, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#budget_name ⇒ String
The name of the budget whose subscribers you want descriptions of.
1274 1275 1276 1277 1278 1279 1280 1281 1282 |
# File 'lib/aws-sdk-budgets/types.rb', line 1274 class DescribeSubscribersForNotificationRequest < Struct.new( :account_id, :budget_name, :notification, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
An optional integer that represents how many entries a paginated response contains. The maximum is 100.
1274 1275 1276 1277 1278 1279 1280 1281 1282 |
# File 'lib/aws-sdk-budgets/types.rb', line 1274 class DescribeSubscribersForNotificationRequest < Struct.new( :account_id, :budget_name, :notification, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
1274 1275 1276 1277 1278 1279 1280 1281 1282 |
# File 'lib/aws-sdk-budgets/types.rb', line 1274 class DescribeSubscribersForNotificationRequest < Struct.new( :account_id, :budget_name, :notification, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#notification ⇒ Types::Notification
The notification whose subscribers you want to list.
1274 1275 1276 1277 1278 1279 1280 1281 1282 |
# File 'lib/aws-sdk-budgets/types.rb', line 1274 class DescribeSubscribersForNotificationRequest < Struct.new( :account_id, :budget_name, :notification, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |