class Aws::CostExplorer::Types::Subscriber

The recipient of `AnomalySubscription` notifications.

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

data as a hash:

    {
      address: "SubscriberAddress",
      type: "EMAIL", # accepts EMAIL, SNS
      status: "CONFIRMED", # accepts CONFIRMED, DECLINED
    }

@!attribute [rw] address

The email address or SNS Amazon Resource Name (ARN). This depends on
the `Type`.
@return [String]

@!attribute [rw] type

The notification delivery channel.
@return [String]

@!attribute [rw] status

Indicates if the subscriber accepts the notifications.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/Subscriber AWS API Documentation

Constants

SENSITIVE