You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CostExplorer::Types::Subscriber

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Subscriber as input to an Aws::Client method, you can use a vanilla Hash:

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

The recipient of AnomalySubscription notifications.

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The email address or SNS Amazon Resource Name (ARN), depending on the Type.

Returns:

  • (String)

    The email address or SNS Amazon Resource Name (ARN), depending on the Type.

#statusString

Indicates if the subscriber accepts the notifications.

Possible values:

  • CONFIRMED
  • DECLINED

Returns:

  • (String)

    Indicates if the subscriber accepts the notifications.

#typeString

The notification delivery channel.

Possible values:

  • EMAIL
  • SNS

Returns:

  • (String)

    The notification delivery channel.