Class: Aws::CostExplorer::Types::Subscriber
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::Subscriber
- Includes:
- Structure
- Defined in:
- 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`.
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 |
#status ⇒ String
Indicates if the subscriber accepts the notifications.
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 |
#type ⇒ String
The notification delivery channel.
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 |