Class: Aws::Budgets::Types::NotificationWithSubscribers
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::NotificationWithSubscribers
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
A notification with subscribers. A notification can have one SNS subscriber and up to 10 email subscribers, for a total of 11 subscribers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notification ⇒ Types::Notification
The notification that’s associated with a budget.
-
#subscribers ⇒ Array<Types::Subscriber>
A list of subscribers who are subscribed to this notification.
Instance Attribute Details
#notification ⇒ Types::Notification
The notification that’s associated with a budget.
1609 1610 1611 1612 1613 1614 |
# File 'lib/aws-sdk-budgets/types.rb', line 1609 class NotificationWithSubscribers < Struct.new( :notification, :subscribers) SENSITIVE = [] include Aws::Structure end |
#subscribers ⇒ Array<Types::Subscriber>
A list of subscribers who are subscribed to this notification.
1609 1610 1611 1612 1613 1614 |
# File 'lib/aws-sdk-budgets/types.rb', line 1609 class NotificationWithSubscribers < Struct.new( :notification, :subscribers) SENSITIVE = [] include Aws::Structure end |