Class: Aws::CostExplorer::Types::Subscriber
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::Subscriber
- 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
-
#address ⇒ String
The email address or SNS Amazon Resource Name (ARN).
-
#status ⇒ String
Indicates if the subscriber accepts the notifications.
-
#type ⇒ String
The notification delivery channel.
Instance Attribute Details
#address ⇒ String
The email address or SNS Amazon Resource Name (ARN). This depends on
the Type
.
7337 7338 7339 7340 7341 7342 7343 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7337 class Subscriber < Struct.new( :address, :type, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates if the subscriber accepts the notifications.
7337 7338 7339 7340 7341 7342 7343 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7337 class Subscriber < Struct.new( :address, :type, :status) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The notification delivery channel.
7337 7338 7339 7340 7341 7342 7343 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7337 class Subscriber < Struct.new( :address, :type, :status) SENSITIVE = [] include Aws::Structure end |