class Aws::Budgets::Types::DescribeSubscribersForNotificationRequest
Request of DescribeSubscribersForNotification
@note When making an API call, you may pass DescribeSubscribersForNotificationRequest
data as a hash: { account_id: "AccountId", # required budget_name: "BudgetName", # required notification: { # required notification_type: "ACTUAL", # required, accepts ACTUAL, FORECASTED comparison_operator: "GREATER_THAN", # required, accepts GREATER_THAN, LESS_THAN, EQUAL_TO threshold: 1.0, # required threshold_type: "PERCENTAGE", # accepts PERCENTAGE, ABSOLUTE_VALUE notification_state: "OK", # accepts OK, ALARM }, max_results: 1, next_token: "GenericString", }
@!attribute [rw] account_id
The `accountId` that is associated with the budget whose subscribers you want descriptions of. @return [String]
@!attribute [rw] budget_name
The name of the budget whose subscribers you want descriptions of. @return [String]
@!attribute [rw] notification
The notification whose subscribers you want to list. @return [Types::Notification]
@!attribute [rw] max_results
An optional integer that represents how many entries a paginated response contains. The maximum is 100. @return [Integer]
@!attribute [rw] next_token
The pagination token that you include in your request to indicate the next set of results that you want to retrieve. @return [String]
Constants
- SENSITIVE