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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costexplorer/types.rb

Overview

The recipient of ‘AnomalySubscription` notifications.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The email address or SNS Amazon Resource Name (ARN). This depends on the ‘Type`.

Returns:

  • (String)


7407
7408
7409
7410
7411
7412
7413
# File 'lib/aws-sdk-costexplorer/types.rb', line 7407

class Subscriber < Struct.new(
  :address,
  :type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Indicates if the subscriber accepts the notifications.

Returns:

  • (String)


7407
7408
7409
7410
7411
7412
7413
# File 'lib/aws-sdk-costexplorer/types.rb', line 7407

class Subscriber < Struct.new(
  :address,
  :type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The notification delivery channel.

Returns:

  • (String)


7407
7408
7409
7410
7411
7412
7413
# File 'lib/aws-sdk-costexplorer/types.rb', line 7407

class Subscriber < Struct.new(
  :address,
  :type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end