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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directoryservice/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

Instance Attribute Details

#directory_idString

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

Returns:

  • (String)


1200
1201
1202
1203
1204
1205
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 1200

class DeregisterEventTopicRequest < Struct.new(
  :directory_id,
  :topic_name)
  SENSITIVE = []
  include Aws::Structure
end

#topic_nameString

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

Returns:

  • (String)


1200
1201
1202
1203
1204
1205
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 1200

class DeregisterEventTopicRequest < Struct.new(
  :directory_id,
  :topic_name)
  SENSITIVE = []
  include Aws::Structure
end