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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/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)


6899
6900
6901
6902
6903
6904
6905
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6899

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

#statusString

Indicates if the subscriber accepts the notifications.

Returns:

  • (String)


6899
6900
6901
6902
6903
6904
6905
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6899

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

#typeString

The notification delivery channel.

Returns:

  • (String)


6899
6900
6901
6902
6903
6904
6905
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6899

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