Class: Aws::ElastiCache::Types::NotificationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::NotificationConfiguration
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#topic_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the topic.
-
#topic_status ⇒ String
The current state of the topic.
Instance Attribute Details
#topic_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the topic.
7185 7186 7187 7188 7189 7190 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7185 class NotificationConfiguration < Struct.new( :topic_arn, :topic_status) SENSITIVE = [] include Aws::Structure end |
#topic_status ⇒ String
The current state of the topic.
7185 7186 7187 7188 7189 7190 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7185 class NotificationConfiguration < Struct.new( :topic_arn, :topic_status) SENSITIVE = [] include Aws::Structure end |