You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectoryService::Types::DeregisterEventTopicRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeregisterEventTopicRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  directory_id: "DirectoryId", # required
  topic_name: "TopicName", # required
}

Removes the specified directory as a publisher to the specified SNS topic.

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.

Returns:

  • (String)

    The Directory ID to remove as a publisher.

#topic_nameString

The name of the SNS topic from which to remove the directory as a publisher.

Returns:

  • (String)

    The name of the SNS topic from which to remove the directory as a publisher.