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.



8111
8112
8113
8114
8115
8116
8117
# File 'lib/aws-sdk-costexplorer/types.rb', line 8111

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

#statusString

Indicates if the subscriber accepts the notifications.



8111
8112
8113
8114
8115
8116
8117
# File 'lib/aws-sdk-costexplorer/types.rb', line 8111

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

#typeString

The notification delivery channel.



8111
8112
8113
8114
8115
8116
8117
# File 'lib/aws-sdk-costexplorer/types.rb', line 8111

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