class Aws::Budgets::Types::Subscriber

The subscriber to a budget notification. The subscriber consists of a subscription type and either an Amazon SNS topic or an email address.

For example, an email subscriber would have the following parameters:

@note When making an API call, you may pass Subscriber

data as a hash:

    {
      subscription_type: "SNS", # required, accepts SNS, EMAIL
      address: "SubscriberAddress", # required
    }

@!attribute [rw] subscription_type

The type of notification that AWS sends to a subscriber.
@return [String]

@!attribute [rw] address

The address that AWS sends budget notifications to, either an SNS
topic or an email.

When you create a subscriber, the value of `Address` can't contain
line breaks.
@return [String]

Constants

SENSITIVE