Class: Aws::Budgets::Types::NotificationWithSubscribers

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-budgets/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

Instance Attribute Details

#notificationTypes::Notification

The notification that's associated with a budget.

Returns:



1575
1576
1577
1578
1579
1580
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1575

class NotificationWithSubscribers < Struct.new(
  :notification,
  :subscribers)
  SENSITIVE = []
  include Aws::Structure
end

#subscribersArray<Types::Subscriber>

A list of subscribers who are subscribed to this notification.

Returns:



1575
1576
1577
1578
1579
1580
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1575

class NotificationWithSubscribers < Struct.new(
  :notification,
  :subscribers)
  SENSITIVE = []
  include Aws::Structure
end