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)


6824
6825
6826
6827
6828
6829
6830
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6824

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

#statusString

Indicates if the subscriber accepts the notifications.

Returns:

  • (String)


6824
6825
6826
6827
6828
6829
6830
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6824

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

#typeString

The notification delivery channel.

Returns:

  • (String)


6824
6825
6826
6827
6828
6829
6830
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6824

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