Class: Aws::DirectoryService::Types::DeregisterEventTopicRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::DeregisterEventTopicRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Removes the specified directory as a publisher to the specified Amazon SNS topic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The Directory ID to remove as a publisher.
-
#topic_name ⇒ String
The name of the Amazon SNS topic from which to remove the directory as a publisher.
Instance Attribute Details
#directory_id ⇒ String
The Directory ID to remove as a publisher. This directory will no longer send messages to the specified Amazon SNS topic.
1207 1208 1209 1210 1211 1212 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1207 class DeregisterEventTopicRequest < Struct.new( :directory_id, :topic_name) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
The name of the Amazon SNS topic from which to remove the directory as a publisher.
1207 1208 1209 1210 1211 1212 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1207 class DeregisterEventTopicRequest < Struct.new( :directory_id, :topic_name) SENSITIVE = [] include Aws::Structure end |